1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

19941: fix (( 3, ))

This commit is contained in:
Peter Stephenson 2004-05-13 20:04:10 +00:00
parent aff4313b12
commit d3b14e887e
3 changed files with 27 additions and 2 deletions

View file

@ -168,8 +168,8 @@ static int prec[TOKCOUNT] =
0, 16, 0
};
#define TOPPREC 17
#define ARGPREC (TOPPREC-1)
#define TOPPREC 18
#define ARGPREC 16
static int type[TOKCOUNT] =
{