changed stackheight computation to top element size computation

changed some parameters
This commit is contained in:
eck
1990-09-04 17:19:04 +00:00
parent ab04cc203d
commit 456f03afec
5 changed files with 12 additions and 12 deletions

View File

@@ -19,10 +19,10 @@
#define MAXPROPS BORS(30,20)
#define MAXTOKENS BORS(100,60)
#define MAXATT 6
#define MAXSETS BORS(150,100)
#define MAXSETS BORS(200,100)
#define MAXINSTR BORS(200,125)
#define MAXSTRINGS BORS(300,200)
#define MAXNODES BORS(500,350)
#define MAXNODES BORS(600,350)
#define EMPATMAX BORS(20,10)
#define MAXPATTERNS BORS(40,30)
#define MAXALLREG 5
@@ -35,7 +35,7 @@
#define MAXSPLIT 3
#define MAXPATBYTES BORS(14000,7000)
#define MAXREGVAR 10
#define MAXSOURCELINES 6000
#define MAXSOURCELINES 7000
#define MAXPROCARG 10
/* end of tunable constants */