aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-03-03 01:58:45 -0800
committerJoe Soroka <gits@joesoroka.com>2011-03-03 01:58:45 -0800
commitc93eca4fe490b0122a9b3a0eb9d280a998bc3054 (patch)
treefc6b09b1e4d6ac0ab40273a7e8d5fbe6f54e5553 /tcctok.h
parentce8c1886a598618446ee82c829fe8d0509934dda (diff)
downloadtinycc-c93eca4fe490b0122a9b3a0eb9d280a998bc3054.tar.gz
tinycc-c93eca4fe490b0122a9b3a0eb9d280a998bc3054.tar.bz2
tccgen: handle __attribute((alias("target")))
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 ec14c1a..aabbd05 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -100,6 +100,8 @@
DEF(TOK_PACKED2, "__packed__")
DEF(TOK_WEAK1, "weak")
DEF(TOK_WEAK2, "__weak__")
+ DEF(TOK_ALIAS1, "alias")
+ DEF(TOK_ALIAS2, "__alias__")
DEF(TOK_UNUSED1, "unused")
DEF(TOK_UNUSED2, "__unused__")
DEF(TOK_CDECL1, "cdecl")