From 44e2e5979c53b42702efb5b044b55e2b0ec7d8b2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 26 Jul 2006 13:19:25 +0000 Subject: 22558: declaration after statement --- Src/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/math.c') diff --git a/Src/math.c b/Src/math.c index fe5f7b74b..243096be5 100644 --- a/Src/math.c +++ b/Src/math.c @@ -264,8 +264,8 @@ static int zzlex(void) { int cct = 0; - yyval.type = MN_INTEGER; char *ie; + yyval.type = MN_INTEGER; for (;; cct = 0) switch (*ptr++) { -- cgit 1.4.1