projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a80e0
)
is now no keyword anymore
author
Wolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 17:03:43 +0000
(18:03 +0100)
committer
Wolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 17:03:43 +0000
(18:03 +0100)
lexer.c
patch
|
blob
|
history
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]);