diff options
author | midipix <writeonce@midipix.org> | 2018-12-03 23:47:35 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-04 07:06:28 -0500 |
commit | f879413e90042737bd893723e864c01c35cd3c46 (patch) | |
tree | 184f46975bcd8fabb6df9c7d1c97c172d20d0fb4 | |
parent | c982581904dd10741aef560ffcfc5d2e09722610 (diff) | |
download | sbpython2-f879413e90042737bd893723e864c01c35cd3c46.tar.bz2 sbpython2-f879413e90042737bd893723e864c01c35cd3c46.tar.xz |
osapi: moved VA_LIST_IS_ARRAY from modern.h to linux.h (oversight).
-rw-r--r-- | profiles/osapi/linux.h | 3 | ||||
-rw-r--r-- | profiles/osapi/modern.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h index e0d436a..692bfac 100644 --- a/profiles/osapi/linux.h +++ b/profiles/osapi/linux.h @@ -24,4 +24,7 @@ #define TANH_PRESERVES_ZERO_SIGN 1 #define TIME_WITH_SYS_TIME 1 +/* compiler, toolchain, and abi */ +#define VA_LIST_IS_ARRAY 1 + #endif diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h index de2d51d..c756844 100644 --- a/profiles/osapi/modern.h +++ b/profiles/osapi/modern.h @@ -241,7 +241,6 @@ #define HAVE_C99_BOOL 1 #define HAVE_COMPUTED_GOTOS 1 -#define VA_LIST_IS_ARRAY 1 #define WINDOW_HAS_FLAGS 1 |