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