aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorSteven G. Messervey <nuke48386@yahoo.com>2015-04-15 22:56:21 -0400
committerSteven G. Messervey <nuke48386@yahoo.com>2015-04-15 22:56:21 -0400
commitaeaff94ec1dba0096d7b943ad7c963d9d574d922 (patch)
tree590287410450e9dba0aab731b3db7792934abd8a /tcctok.h
parente50d68e4175d9ffa2915d67100ee8f9c5faf8cf1 (diff)
downloadtinycc-aeaff94ec1dba0096d7b943ad7c963d9d574d922.tar.gz
tinycc-aeaff94ec1dba0096d7b943ad7c963d9d574d922.tar.bz2
implement #pragma comment(lib,...)
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index 0303814..5e1cf07 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -153,6 +153,8 @@
DEF(TOK_ASM_push, "push")
DEF(TOK_ASM_pop, "pop")
#endif
+ DEF(TOK_comment, "comment")
+ DEF(TOK_lib, "lib")
/* builtin functions or variables */
#ifndef TCC_ARM_EABI