From: Wolfgang Bumiller Date: Sat, 22 Dec 2012 17:03:43 +0000 (+0100) Subject: is now no keyword anymore X-Git-Tag: 0.2~12^2~8 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=2c2bfab8bca800684adc08fc7fda4b2e6b0c0315 is now no keyword anymore --- diff --git a/lexer.c b/lexer.c index be984a7..fac62d4 100644 --- a/lexer.c +++ b/lexer.c @@ -50,8 +50,6 @@ static const char *keywords_fg[] = { "typedef", "goto", - "noreturn", - "__builtin_debug_printtype" }; static size_t num_keywords_fg = sizeof(keywords_fg) / sizeof(keywords_fg[0]);