From f41c7fb3ae382871808623f46b0cf1fcb2fee55c Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jun 1989 09:57:35 +0000 Subject: [PATCH] fix: sizes were the wrong way around for MAXINSTR --- util/ncgg/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ncgg/param.h b/util/ncgg/param.h index 2817e21d..50ab6578 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)