diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/math.c | 4 |
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] = { |