diff options
Diffstat (limited to 'conform/data/stdbool.h-data')
-rw-r--r-- | conform/data/stdbool.h-data | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conform/data/stdbool.h-data b/conform/data/stdbool.h-data new file mode 100644 index 0000000000..9ef218c5e2 --- /dev/null +++ b/conform/data/stdbool.h-data @@ -0,0 +1,10 @@ +#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98 +macro bool +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 +allow *_t +#endif +#endif |