summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-03 23:47:35 -0500
committermidipix <writeonce@midipix.org>2018-12-04 07:06:28 -0500
commitf879413e90042737bd893723e864c01c35cd3c46 (patch)
tree184f46975bcd8fabb6df9c7d1c97c172d20d0fb4 /profiles
parentc982581904dd10741aef560ffcfc5d2e09722610 (diff)
downloadsbpython2-f879413e90042737bd893723e864c01c35cd3c46.tar.bz2
sbpython2-f879413e90042737bd893723e864c01c35cd3c46.tar.xz
osapi: moved VA_LIST_IS_ARRAY from modern.h to linux.h (oversight).
Diffstat (limited to 'profiles')
-rw-r--r--profiles/osapi/linux.h3
-rw-r--r--profiles/osapi/modern.h1
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