From 4c45ac1c27e9bd49a1e6cba53e08508eb4251e25 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 21 Nov 1999 03:35:38 +0000 Subject: zsh-workers/8697 --- Src/math.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/math.c b/Src/math.c index 7e4230c9b..6b7104e1b 100644 --- a/Src/math.c +++ b/Src/math.c @@ -188,8 +188,8 @@ zzlex(void) char *prev_locale; #endif int cct = 0; - yyval.type = MN_INTEGER; + yyval.type = MN_INTEGER; for (;; cct = 0) switch (*ptr++) { case '+': @@ -367,7 +367,7 @@ zzlex(void) #ifdef USE_LOCALE setlocale(LC_NUMERIC, prev_locale); #endif - if (ptr == nptr || *nptr == '.' ) { + if (ptr == nptr || *nptr == '.') { zerr("bad floating point constant", NULL, 0); return EOI; } -- cgit 1.4.1