diff --git a/tcc.h b/tcc.h index 0d29822a..6f94e2d8 100644 --- a/tcc.h +++ b/tcc.h @@ -468,7 +468,7 @@ extern long double strtold (const char *__nptr, char **__endptr); #define INCLUDE_STACK_SIZE 32 #define IFDEF_STACK_SIZE 64 -#define VSTACK_SIZE 256 +#define VSTACK_SIZE 512 #define STRING_MAX_SIZE 1024 #define TOKSTR_MAX_SIZE 256 #define PACK_STACK_SIZE 8