mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
is now no keyword anymore
This commit is contained in:
parent
26a80e0868
commit
2c2bfab8bc
1 changed files with 0 additions and 2 deletions
2
lexer.c
2
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]);
|
||||
|
|
Loading…
Reference in a new issue