aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-05-16 12:15:00 +0800
committerjiang <30155751@qq.com>2014-05-16 12:15:00 +0800
commit52891b6ff680a03c966776b530cf94de9f831b07 (patch)
treed2b07f4d0a011859d1b20e98c3142bdc244ca6a6 /tcc.h
parent5a514107c420bd8dd724c27d1e7e905571a6aba5 (diff)
downloadtinycc-52891b6ff680a03c966776b530cf94de9f831b07.tar.gz
tinycc-52891b6ff680a03c966776b530cf94de9f831b07.tar.bz2
fix push_macro, asked Tom to help me testfix push_macro
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
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 */