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 --- ChangeLog | 4 ++++ Src/math.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cfc6373e3..a98441b1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-26 Peter Stephenson + + * 22558: Src/math.c: declaration after statement. + 2006-07-25 Peter Stephenson * 22557: Doc/Zsh/options.yo, Misc/globtests, Src/options.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