aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-29 23:55:13 +0000
committerbellard <bellard>2004-10-29 23:55:13 +0000
commit1e1d3ff68775f62d2b212ec1de7469695ed1ef12 (patch)
tree01bb8e5068df5710948b493d694f98c281ab2728 /tcctok.h
parent736b5657661072acf97e1df85432184048ad2063 (diff)
downloadtinycc-1e1d3ff68775f62d2b212ec1de7469695ed1ef12.tar.gz
tinycc-1e1d3ff68775f62d2b212ec1de7469695ed1ef12.tar.bz2
packed attribute support
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 abac1a8..fce32a9 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -90,6 +90,8 @@
DEF(TOK_SECTION2, "__section__")
DEF(TOK_ALIGNED1, "aligned")
DEF(TOK_ALIGNED2, "__aligned__")
+ DEF(TOK_PACKED1, "packed")
+ DEF(TOK_PACKED2, "__packed__")
DEF(TOK_UNUSED1, "unused")
DEF(TOK_UNUSED2, "__unused__")
DEF(TOK_CDECL1, "cdecl")