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, 0 insertions, 9 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
deleted file mode 100644
index 048737fd8..000000000
--- a/gcc-4.2.1-5666.3/more-hdrs/float.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* 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