OSDN Git Service

New for profiling Solaris 2
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / xm-isc.h
1 #include "i386/xm-sysv3.h"
2
3 #ifndef REAL_ARITHMETIC
4 #define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
5 extern double strtod ();
6 #endif