diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-10 18:10:48 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-10 18:10:48 +0000 |
| commit | 80acfd135cb41dc63b2e037fe8c18bcf46ce929c (patch) | |
| tree | d7827b367db9afcddb8c6302c686da47f96ef2a5 /Src/math.c | |
| parent | 22676, 22678: extend sched and make it able to run events when waiting for (diff) | |
| download | zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.tar zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.tar.gz zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.tar.bz2 zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.tar.lz zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.tar.xz zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.tar.zst zsh-80acfd135cb41dc63b2e037fe8c18bcf46ce929c.zip | |
22684: improve getkeystring() interface and make printf do octal escapes
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; } |
