mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-22 19:02:20 +00:00
8 lines
191 B
C
8 lines
191 B
C
|
/* 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
|