aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index 0303814..3026839 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -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