gcc-papermario/config/i386/xm-isc.h
2020-09-20 21:06:00 -04:00

7 lines
142 B
C

#include "i386/xm-sysv3.h"
#ifndef REAL_ARITHMETIC
#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
extern double strtod ();
#endif