Add a "union" keyword to replace funcenum.

This commit is contained in:
David Anderson
2014-08-28 14:02:08 -07:00
parent 89f5d6ecfb
commit a1b7c32b29
9 changed files with 68 additions and 41 deletions
+1
View File
@@ -432,6 +432,7 @@ enum TokenKind {
tTAGOF,
tTHEN,
tTYPEDEF,
tUNION,
tVOID,
tWHILE,
/* compiler directives */