summaryrefslogtreecommitdiff
path: root/conform/data/stdbool.h-data
blob: 9ef218c5e2ad5e8dc8f71156402671128b195c20 (plain)
1
2
3
4
5
6
7
8
9
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