aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/more-hdrs/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/more-hdrs/stdbool.h')
-rw-r--r--gcc-4.2.1-5666.3/more-hdrs/stdbool.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc-4.2.1-5666.3/more-hdrs/stdbool.h b/gcc-4.2.1-5666.3/more-hdrs/stdbool.h
new file mode 100644
index 000000000..de5287ef1
--- /dev/null
+++ b/gcc-4.2.1-5666.3/more-hdrs/stdbool.h
@@ -0,0 +1,10 @@
+/* This file is public domain. */
+/* stdbool.h has moved to avoid accidental use with a non-GCC
+ compiler. Only GCC should have used stdbool.h due to licensing
+ restrictions. */
+#ifdef __MWERKS__
+#include "mw_stdbool.h"
+#else
+#error "This header only supports __MWERKS__."
+#endif
+