blob: bb05314a7935ed265854a57da7b5052e40f652ec (
plain)
1
2
3
4
5
6
7
|
/* 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
|