aboutsummaryrefslogtreecommitdiff
path: root/conform/data/stdbool.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/stdbool.h-data')
-rw-r--r--conform/data/stdbool.h-data10
1 files changed, 0 insertions, 10 deletions
diff --git a/conform/data/stdbool.h-data b/conform/data/stdbool.h-data
deleted file mode 100644
index a030e9cffe..0000000000
--- a/conform/data/stdbool.h-data
+++ /dev/null
@@ -1,10 +0,0 @@
-#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