diff options
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | libc/stdlib/_strtod.c | 1 | ||||
-rw-r--r-- | libc/stdlib/stdlib.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdlib/_strtod.c b/libc/stdlib/_strtod.c index cc57d14b9..c4c79e511 100644 --- a/libc/stdlib/_strtod.c +++ b/libc/stdlib/_strtod.c @@ -95,7 +95,6 @@ /**********************************************************************/ -#define _ISOC99_SOURCE 1 #include <stdlib.h> #include <string.h> #include <ctype.h> diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index dd31194a8..d3bdd6c39 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -32,7 +32,6 @@ * Add wscto{inttype} functions. */ -#define _ISOC99_SOURCE /* for ULLONG primarily... */ #include <limits.h> #include <stdint.h> #include <stdint.h> |