diff options
Diffstat (limited to 'conform/data/stdint.h-data')
-rw-r--r-- | conform/data/stdint.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/stdint.h-data b/conform/data/stdint.h-data index f6689513cc..4e84e17fb8 100644 --- a/conform/data/stdint.h-data +++ b/conform/data/stdint.h-data @@ -1,4 +1,4 @@ -#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98 +#if !defined ISO && !defined POSIX && !defined XPG4 && !defined XPG42 && !defined UNIX98 // The requirements for some types and corresponding macros are from POSIX. type int8_t type int16_t |