increased STACK_DEPTH from 50 to 250
This commit is contained in:
parent
b0609d40fc
commit
233c959d2f
@ -8,7 +8,7 @@
|
||||
#include "cs.h"
|
||||
#include "cs_aux.h"
|
||||
|
||||
#define STACK_DEPTH 50
|
||||
#define STACK_DEPTH 250
|
||||
|
||||
STATIC struct token Stack[STACK_DEPTH];
|
||||
STATIC token_p free_token;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user