diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-20 03:20:27 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:29 +0200 |
commit | eedef37b4ad706b033fad74ae4de87e3cedaf4f2 (patch) | |
tree | 942442343fc4f595918aebc59db9b1fc089605e8 /libc/stdlib/_strtod.c | |
parent | 56023566de1169f19911097f27297c21134e1fa3 (diff) |
do not define _ISOC99_SOURCE in specific files
This should come properly from features.h or the build.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdlib/_strtod.c')
-rw-r--r-- | libc/stdlib/_strtod.c | 1 |
1 files changed, 0 insertions, 1 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> |