diff options
Diffstat (limited to 'conform/data/stddef.h-data')
-rw-r--r-- | conform/data/stddef.h-data | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/stddef.h-data b/conform/data/stddef.h-data index 9ded4f1..c7a80a8 100644 --- a/conform/data/stddef.h-data +++ b/conform/data/stddef.h-data @@ -6,10 +6,10 @@ type ptrdiff_t type wchar_t type size_t -#if defined ISO11 +#if defined ISO11 || defined ISO23 type max_align_t #endif -#if !defined ISO && !defined ISO99 && !defined ISO11 +#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 allow *_t #endif |