about summary refs log tree commit diff
path: root/Src/math.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-05-13 20:04:10 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-05-13 20:04:10 +0000
commitd3b14e887ea29b62d1c2d5129582629a7fe97dd9 (patch)
tree0f33e1c570f084c92f0f97f14cedb8d02904a01a /Src/math.c
parentaff4313b12df835e32b767aa8b1a1c4013514a44 (diff)
downloadzsh-d3b14e887ea29b62d1c2d5129582629a7fe97dd9.tar.gz
zsh-d3b14e887ea29b62d1c2d5129582629a7fe97dd9.tar.xz
zsh-d3b14e887ea29b62d1c2d5129582629a7fe97dd9.zip
19941: fix (( 3, ))
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/math.c b/Src/math.c
index a719ffea5..eb3a768ec 100644
--- a/Src/math.c
+++ b/Src/math.c
@@ -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] =
 {