Increase VSTACK_SIZE to 512.
The yarpgen test code uses very complex expressions.
This commit is contained in:
parent
88d5c70bdb
commit
cb3589c56e
1 changed files with 1 additions and 1 deletions
2
tcc.h
2
tcc.h
|
@ -468,7 +468,7 @@ extern long double strtold (const char *__nptr, char **__endptr);
|
||||||
|
|
||||||
#define INCLUDE_STACK_SIZE 32
|
#define INCLUDE_STACK_SIZE 32
|
||||||
#define IFDEF_STACK_SIZE 64
|
#define IFDEF_STACK_SIZE 64
|
||||||
#define VSTACK_SIZE 256
|
#define VSTACK_SIZE 512
|
||||||
#define STRING_MAX_SIZE 1024
|
#define STRING_MAX_SIZE 1024
|
||||||
#define TOKSTR_MAX_SIZE 256
|
#define TOKSTR_MAX_SIZE 256
|
||||||
#define PACK_STACK_SIZE 8
|
#define PACK_STACK_SIZE 8
|
||||||
|
|
Loading…
Reference in a new issue