fix: sizes were the wrong way around for MAXINSTR
authorceriel <none@none>
Mon, 19 Jun 1989 09:57:35 +0000 (09:57 +0000)
committerceriel <none@none>
Mon, 19 Jun 1989 09:57:35 +0000 (09:57 +0000)
util/ncgg/param.h

index 2817e21..50ab657 100644 (file)
@@ -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)