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