aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/more-hdrs/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/more-hdrs/float.h')
-rw-r--r--gcc-4.2.1-5666.3/more-hdrs/float.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc-4.2.1-5666.3/more-hdrs/float.h b/gcc-4.2.1-5666.3/more-hdrs/float.h
new file mode 100644
index 000000000..048737fd8
--- /dev/null
+++ b/gcc-4.2.1-5666.3/more-hdrs/float.h
@@ -0,0 +1,9 @@
+/* This file is public domain. */
+/* This file exists soley to keep Metrowerks' compilers happy. The version
+ used by GCC 3.4 and later can be found in /usr/lib/gcc, although it's
+ not very informative. */
+#ifdef __MWERKS__
+#include "mw_float.h"
+#else
+#error "This header only supports __MWERKS__."
+#endif