Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 291d4e9

Browse files
committed
corrected marcro undefs
1 parent 51e060a commit 291d4e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arraymap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ fam_get_all(FAMObject *self, PyObject *key) {
18051805

18061806

18071807
# undef GET_ALL_SCALARS
1808-
# undef GET_ANY_SCALARS
1808+
# undef GET_ALL_FLEXIBLE
18091809

18101810

18111811
// Give an array of the same kind as KAT, lookup and load any keys_pos. Depends on self, key_size, key_array, table_pos, i, k, values
@@ -1976,7 +1976,7 @@ fam_get_any(FAMObject *self, PyObject *key) {
19761976

19771977

19781978
# undef GET_ANY_SCALARS
1979-
# undef GET_ALL_SCALARS
1979+
# undef GET_ANY_FLEXIBLE
19801980

19811981

19821982
static PyObject *

0 commit comments

Comments
 (0)