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:
parent
097b72b212
commit
0d3528817d
2 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue