summaryrefslogtreecommitdiff
path: root/src/stdlib/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtod.c')
-rw-r--r--src/stdlib/strtod.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/strtod.c b/src/stdlib/strtod.c
index 32ffa973..500c8e32 100644
--- a/src/stdlib/strtod.c
+++ b/src/stdlib/strtod.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <ctype.h>
#include <errno.h>
#include <float.h>
@@ -48,3 +50,6 @@ RETURN(CONSTANT(-HUGE_VAL), converted value too small)
RETURN(VAR(a TYPE(double)), the converted value)
STDC(1)
*/
+
+
+#endif