mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-08 04:18:40 +08:00
Increase VSTACK_SIZE to 512.
The yarpgen test code uses very complex expressions.
This commit is contained in:
parent
88d5c70bdb
commit
cb3589c56e
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 New Issue
Block a user