From 52891b6ff680a03c966776b530cf94de9f831b07 Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Fri, 16 May 2014 12:15:00 +0800 Subject: fix push_macro, asked Tom to help me testfix push_macro --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index c49eac4..24cb599 100644 --- a/tcc.h +++ b/tcc.h @@ -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 */ -- cgit v1.3.1