enlarged string table in big memory case
This commit is contained in:
parent
ce098c78cb
commit
744bc6845d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue