summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.25/include/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.25/include/stdbool.h')
-rw-r--r--05/tcc-0.9.25/include/stdbool.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/05/tcc-0.9.25/include/stdbool.h b/05/tcc-0.9.25/include/stdbool.h
deleted file mode 100644
index 6ed13a6..0000000
--- a/05/tcc-0.9.25/include/stdbool.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _STDBOOL_H
-#define _STDBOOL_H
-
-/* ISOC99 boolean */
-
-#define bool _Bool
-#define true 1
-#define false 0
-
-#endif /* _STDBOOL_H */