diff options
| author | jiang <30155751@qq.com> | 2014-05-02 11:23:54 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-05-02 11:23:54 +0800 |
| commit | 6c8207633fd42e420e32bdf4912be9fbf307f5ad (patch) | |
| tree | f2bf62fb1288ac5fe026d2d6a54447e733154bb1 /tcctok.h | |
| parent | 5b52a44b524916bf564a9c399ce536a7ea5b5201 (diff) | |
| download | tinycc-6c8207633fd42e420e32bdf4912be9fbf307f5ad.tar.gz tinycc-6c8207633fd42e420e32bdf4912be9fbf307f5ad.tar.bz2 | |
Fixes include the double quotes bug
Added push_macro, pop_macro support
Fix pack bug, when output with-E will pack the bug
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |
