8 lines
198 B
C
Executable File
8 lines
198 B
C
Executable File
/* src/include/port/irix.h */
|
|
|
|
/*
|
|
* IRIX 6.5.26f and 6.5.22f (at least) have a strtod() that accepts
|
|
* "infinity", but leaves endptr pointing to "inity".
|
|
*/
|
|
#define HAVE_BUGGY_IRIX_STRTOD
|