entered into RCS

From-SVN: r434
This commit is contained in:
Charles Hannum 1992-03-11 07:54:11 +00:00
parent 5b7f1820c6
commit 46d1e59645
1 changed files with 4 additions and 0 deletions

4
gcc/config/i386/xm-isc.h Normal file
View File

@ -0,0 +1,4 @@
#define REAL_VALUE_ATOF(x) strtod ((x), (char **)0)
extern double strtod ();
#include "xm-i386v.h"