Commit 3ca25f3f by Richard Stallman

(REAL_VALUE_ATOF): Define only if not REAL_ARITHMETIC.

From-SVN: r4160
parent f620c21b
#define REAL_VALUE_ATOF(x) strtod ((x), (char **)0)
extern double strtod ();
#include "i386/xm-sysv3.h" #include "i386/xm-sysv3.h"
#ifndef REAL_ARITHMETIC
#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
extern double strtod ();
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment