diff options
| author | Steven G. Messervey <nuke48386@yahoo.com> | 2015-04-15 17:00:26 -0400 |
|---|---|---|
| committer | Steven G. Messervey <nuke48386@yahoo.com> | 2015-04-15 17:00:26 -0400 |
| commit | 8615bb40fb39bf7435462ca54cbbc24aaecae502 (patch) | |
| tree | 8bf391abadfa52b544275975c63741289c367738 /tcctok.h | |
| parent | a13f183e4c2c4b4d1d40e142b57a4298672dfd2c (diff) | |
| download | tinycc-8615bb40fb39bf7435462ca54cbbc24aaecae502.tar.gz tinycc-8615bb40fb39bf7435462ca54cbbc24aaecae502.tar.bz2 | |
implement #pragma comment(lib,...)
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ DEF(TOK_ASM_push, "push") DEF(TOK_ASM_pop, "pop") #endif + /* pragma comment & comment(lib,...) */ + DEF(TOK_comment, "comment") + DEF(TOK_lib, "lib") /* builtin functions or variables */ #ifndef TCC_ARM_EABI |
