aboutsummaryrefslogtreecommitdiff
path: root/more-hdrs/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'more-hdrs/stdbool.h')
-rw-r--r--more-hdrs/stdbool.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/more-hdrs/stdbool.h b/more-hdrs/stdbool.h
new file mode 100644
index 00000000000..de5287ef12b
--- /dev/null
+++ b/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
+