summaryrefslogtreecommitdiff
path: root/Src/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c2
1 files changed, 1 insertions, 1 deletions
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++) {