]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
is now no keyword anymore
authorWolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 17:03:43 +0000 (18:03 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 17:03:43 +0000 (18:03 +0100)
lexer.c

diff --git a/lexer.c b/lexer.c
index be984a77695f1c57a1411513e501bb606aa547cd..fac62d4d93894fec600d551e2547f11b7fd7c19a 100644 (file)
--- 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]);