Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / stdbool.h-data
blob9ef218c5e2ad5e8dc8f71156402671128b195c20
1 #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
2 macro bool
3 macro-int-constant true {int} == 1
4 macro-int-constant false {int} == 0
5 macro-int-constant __bool_true_false_are_defined {int} == 1
7 #if !defined ISO && !defined ISO99 && !defined ISO11
8 allow *_t
9 #endif
10 #endif