mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Adding an unrecognized keywords error
This commit is contained in:
parent
ab55673c35
commit
6df6906ed2
1 changed files with 1 additions and 0 deletions
1
parser.c
1
parser.c
|
@ -3719,6 +3719,7 @@ static bool parser_global_statement(parser_t *parser)
|
|||
}
|
||||
return parse_variable(parser, NULL, true);
|
||||
}
|
||||
parseerror(parser, "unrecognized keyword `%s`", parser_tokval(parser));
|
||||
return false;
|
||||
}
|
||||
else if (parser->tok == '$')
|
||||
|
|
Loading…
Reference in a new issue