diff options
Diffstat (limited to 'Src/math.c')
-rw-r--r-- | Src/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/math.c b/Src/math.c index 243096be5..809999f9c 100644 --- a/Src/math.c +++ b/Src/math.c @@ -464,7 +464,7 @@ zzlex(void) zerr("character missing after ##"); return EOI; } - ptr = getkeystring(ptr, NULL, 6, &v); + ptr = getkeystring(ptr, NULL, GETKEYS_MATH, &v); yyval.u.l = v; return NUM; } |