From: George Koehler Date: Sun, 18 Sep 2016 18:37:42 +0000 (-0400) Subject: In ncgg, increase MAXREGS from 80 to 200. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9ec2918e146ccb260b5195838fe1f34d56340b3b;p=ack.git In ncgg, increase MAXREGS from 80 to 200. I need this to add more registers to powerpc. --- diff --git a/util/ncgg/param.h b/util/ncgg/param.h index d39dd6b38..369e51d25 100644 --- a/util/ncgg/param.h +++ b/util/ncgg/param.h @@ -15,7 +15,7 @@ #define BORS(x,y) y #endif -#define MAXREGS BORS(80,30) +#define MAXREGS BORS(200,30) #define MAXPROPS BORS(120,20) #define MAXTOKENS BORS(100,60) #define MAXATT 6