aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-05-17 00:55:02 +0800
committerjiang <30155751@qq.com>2014-05-17 00:55:02 +0800
commit196c9995151e046fcbc78d8a72f66a7176fd1456 (patch)
tree991d1eac14975d280e8d8803a767e690163896bd /tcc.h
parent276553c6b2b4df0ac9593d15b8889d470edb27de (diff)
downloadtinycc-196c9995151e046fcbc78d8a72f66a7176fd1456.tar.gz
tinycc-196c9995151e046fcbc78d8a72f66a7176fd1456.tar.bz2
1 macro_push and macro_pop work I made a mistake, no matter the definition does not define can be macro_push.
And the modified tcctest.c test 2, pack: in the compiler under the mode of s1->ppfp, I have no clear ideas1->ppfp Some advice thank you Roy to me.This patch, I hope I can pass the Roy test
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 24cb599..d0859d3 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1132,7 +1132,6 @@ ST_DATA TokenSym **table_ident;
returned at eof */
#define PARSE_FLAG_ASM_COMMENTS 0x0008 /* '#' can be used for line comment */
#define PARSE_FLAG_SPACES 0x0010 /* next() returns space tokens (for -E) */
-#define PARSE_FLAG_PACK 0x0020 /* #pragma pack */
ST_FUNC TokenSym *tok_alloc(const char *str, int len);
ST_FUNC char *get_tok_str(int v, CValue *cv);