enlarged string table in big memory case
This commit is contained in:
parent
1ff6c3236f
commit
10b16f7c76
@ -42,7 +42,7 @@ static char rcsid[]="$Header$";
|
||||
#define MAXEMPATLEN 25 /* Maximum length of EM-pattern/replacement */
|
||||
#define TOKENSIZE 5 /* Maximum number of fields in token struct */
|
||||
#define MAXINSTANCE BORS(250,120) /* Maximum number of different tokeninstances */
|
||||
#define MAXSTRINGS BORS(600,400)/* Maximum number of different codestrings */
|
||||
#define MAXSTRINGS BORS(800,400)/* Maximum number of different codestrings */
|
||||
#define MAXPATTERN BORS(7000,6000) /* Maximum number of bytes in pattern[] */
|
||||
#define MAXNODES BORS(450,350) /* Maximum number of expression nodes */
|
||||
#define MAXMEMBERS 2 /* Maximum number of subregisters per reg */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user