From 6c8207633fd42e420e32bdf4912be9fbf307f5ad Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Fri, 2 May 2014 11:23:54 +0800 Subject: Fixes include the double quotes bug Added push_macro, pop_macro support Fix pack bug, when output with-E will pack the bug --- tcctok.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index 6fc8308..c2aa040 100644 --- a/tcctok.h +++ b/tcctok.h @@ -138,6 +138,8 @@ /* pragma */ DEF(TOK_pack, "pack") + DEF(TOK_PUSH_MACRO, "push_macro") + DEF(TOK_POP_MACRO, "pop_macro") #if !defined(TCC_TARGET_I386) && !defined(TCC_TARGET_X86_64) /* already defined for assembler */ DEF(TOK_ASM_push, "push") -- cgit v1.3.1