fix push_macro, asked Tom to help me testfix push_macro

This commit is contained in:
jiang
2014-05-16 12:15:00 +08:00
parent 5a514107c4
commit 52891b6ff6
3 changed files with 10 additions and 3 deletions

2
tcc.h
View File

@ -303,7 +303,7 @@
#define VSTACK_SIZE 256
#define STRING_MAX_SIZE 1024
#define PACK_STACK_SIZE 8
#define MACRO_STACK_SIZE 4
#define MACRO_STACK_SIZE 8
#define TOK_HASH_SIZE 8192 /* must be a power of two */
#define TOK_ALLOC_INCR 512 /* must be a power of two */