eolian: fix: remove leftover keywords

This commit is contained in:
Daniel Kolesa 2014-07-28 11:57:37 +01:00
parent 64c2b292ba
commit 5cc18bfd5a
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ enum Tokens
/* all keywords in eolian, they can still be used as names (they're TOK_VALUE)
* they just fill in the "kw" field of the token */
#define KEYWORDS KW(class), KW(const), KW(private), KW(return), KW(signed), \
KW(struct), KW(unsigned), KW(virtual), \
#define KEYWORDS KW(class), KW(const), KW(private), KW(return), KW(struct), \
KW(virtual), \
\
KW(abstract), KW(constructor), KW(constructors), KW(data), \
KW(destructor), KW(eo_prefix), KW(events), KW(func), KW(get), \