1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-23 01:31:27 +01:00

zsh-workers/8607

This commit is contained in:
Tanaka Akira 1999-11-10 08:23:19 +00:00
parent 097b72b212
commit 0d3528817d
2 changed files with 5 additions and 1 deletions

View file

@ -876,6 +876,8 @@ mathevall(char *s, int prek, char **ep)
ptr = s;
sp = -1;
unary = 1;
stack[0].val.type = MN_INTEGER;
stack[0].val.u.l = 0;
mathparse(prek);
*ep = ptr;
DPUTS(!errflag && sp,