From d3b14e887ea29b62d1c2d5129582629a7fe97dd9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 13 May 2004 20:04:10 +0000 Subject: 19941: fix (( 3, )) --- Src/math.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/math.c') 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] = { -- cgit 1.4.1