eolian: fix: remove leftover keywords
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 28 Jul 2014 10:57:37 +0000 (11:57 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 28 Jul 2014 10:57:37 +0000 (11:57 +0100)
src/lib/eolian/eo_lexer.h

index e5135920c5a1f13be0f0f35294b9fdb4befc7dec..ed3e14a5f471a7aa35049914e5ba6b9c49064648 100644 (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), \