From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/lib9/fmt/strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/fmt/strtod.c') diff --git a/src/lib9/fmt/strtod.c b/src/lib9/fmt/strtod.c index fbc1c59e..c19c2849 100644 --- a/src/lib9/fmt/strtod.c +++ b/src/lib9/fmt/strtod.c @@ -67,7 +67,7 @@ enum S4, /* _+#.# #S4 eS5 */ S5, /* _+#.#e +S6 #S7 */ S6, /* _+#.#e+ #S7 */ - S7, /* _+#.#e+# #S7 */ + S7 /* _+#.#e+# #S7 */ }; static int xcmp(char*, char*); -- cgit v1.2.3