From aeaff94ec1dba0096d7b943ad7c963d9d574d922 Mon Sep 17 00:00:00 2001 From: "Steven G. Messervey" Date: Wed, 15 Apr 2015 22:56:21 -0400 Subject: implement #pragma comment(lib,...) --- tcctok.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcctok.h') 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 -- cgit v1.3.1