fix: sizes were the wrong way around for MAXINSTR

This commit is contained in:
ceriel 1989-06-19 09:57:35 +00:00
parent b11e382851
commit f99f25cc5f

View 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)