From 80acfd135cb41dc63b2e037fe8c18bcf46ce929c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 10 Sep 2006 18:10:48 +0000 Subject: 22684: improve getkeystring() interface and make printf do octal escapes --- 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 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; } -- cgit 1.4.1