From: ceriel Date: Mon, 19 Jun 1989 09:57:35 +0000 (+0000) Subject: fix: sizes were the wrong way around for MAXINSTR X-Git-Tag: release-5-5~2381 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f99f25cc5f9e66084cf4cb8796bcf5c100c9582a;p=ack.git fix: sizes were the wrong way around for MAXINSTR --- diff --git a/util/ncgg/param.h b/util/ncgg/param.h index 2817e21dd..50ab6578f 100644 --- a/util/ncgg/param.h +++ b/util/ncgg/param.h @@ -20,7 +20,7 @@ #define MAXTOKENS BORS(100,60) #define MAXATT 6 #define MAXSETS BORS(150,100) -#define MAXINSTR BORS(125,200) +#define MAXINSTR BORS(200,125) #define MAXSTRINGS BORS(300,200) #define MAXNODES BORS(500,350) #define EMPATMAX BORS(20,10)