]> gcc.gnu.org Git - gcc.git/blame - gcc/config/i386/xm-isc.h
(REAL_VALUE_ATOF): Define only if not REAL_ARITHMETIC.
[gcc.git] / gcc / config / i386 / xm-isc.h
CommitLineData
924d959e 1#include "i386/xm-sysv3.h"
3ca25f3f
RS
2
3#ifndef REAL_ARITHMETIC
4#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
5extern double strtod ();
6#endif
This page took 0.06076 seconds and 5 git commands to generate.