mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-21 18:51:20 +00:00
7 lines
191 B
C
7 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
|