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 a030e9c..2a5a08f 100644 --- a/conform/data/stdbool.h-data +++ b/conform/data/stdbool.h-data @@ -4,7 +4,7 @@ macro-int-constant true {int} == 1 macro-int-constant false {int} == 0 macro-int-constant __bool_true_false_are_defined {int} == 1 -#if !defined ISO && !defined ISO99 && !defined ISO11 +#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 allow *_t #endif #endif |