aboutsummaryrefslogtreecommitdiff
path: root/conform/data/stdarg.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/stdarg.h-data')
-rw-r--r--conform/data/stdarg.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/stdarg.h-data b/conform/data/stdarg.h-data
index 53addb9..c753745 100644
--- a/conform/data/stdarg.h-data
+++ b/conform/data/stdarg.h-data
@@ -5,10 +5,10 @@ macro va_start
macro va_arg
macro va_end
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008 || defined XOPEN2K8
+#if defined ISO99 || defined ISO11 || defined ISO23 || defined XOPEN2K || defined POSIX2008 || defined XOPEN2K8
macro va_copy
#endif
-#if !defined ISO && !defined ISO99 && !defined ISO11
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23
allow *_t
#endif