about summary refs log tree commit diff
path: root/conform/data/stddef.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/stddef.h-data')
-rw-r--r--conform/data/stddef.h-data8
1 files changed, 7 insertions, 1 deletions
diff --git a/conform/data/stddef.h-data b/conform/data/stddef.h-data
index a9acf2dac5..9ded4f1ca0 100644
--- a/conform/data/stddef.h-data
+++ b/conform/data/stddef.h-data
@@ -1,4 +1,4 @@
-constant NULL
+macro-constant NULL == 0
 
 macro offsetof
 
@@ -6,4 +6,10 @@ type ptrdiff_t
 type wchar_t
 type size_t
 
+#if defined ISO11
+type max_align_t
+#endif
+
+#if !defined ISO && !defined ISO99 && !defined ISO11
 allow *_t
+#endif