aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/more-hdrs/float.h
blob: 048737fd83a798b9b76c20ab068510d1b23a44ce (plain)
1
2
3
4
5
6
7
8
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