q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5cc18bfd5aaad61ab024419a64f0c39dc511d15b

commit 5cc18bfd5aaad61ab024419a64f0c39dc511d15b
Author: Daniel Kolesa <[email protected]>
Date:   Mon Jul 28 11:57:37 2014 +0100

    eolian: fix: remove leftover keywords
---
 src/lib/eolian/eo_lexer.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eolian/eo_lexer.h b/src/lib/eolian/eo_lexer.h
index e513592..ed3e14a 100644
--- a/src/lib/eolian/eo_lexer.h
+++ b/src/lib/eolian/eo_lexer.h
@@ -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), \

-- 


Reply via email to