diff options
Diffstat (limited to 'conform/data/stdbool.h-data')
-rw-r--r-- | conform/data/stdbool.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/stdbool.h-data b/conform/data/stdbool.h-data index 9ef218c5e2..a030e9cffe 100644 --- a/conform/data/stdbool.h-data +++ b/conform/data/stdbool.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 macro bool macro-int-constant true {int} == 1 macro-int-constant false {int} == 0 |