summaryrefslogtreecommitdiff
path: root/conform/data/stdbool.h-data
blob: a030e9cffeb463bc19eaf7696c5502ae1bd751f0 (plain)
1
2
3
4
5
6
7
8
9
10
#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
macro-int-constant __bool_true_false_are_defined {int} == 1

#if !defined ISO && !defined ISO99 && !defined ISO11
allow *_t
#endif
#endif