Make yylex() return int

This commit is contained in:
dbrotz
2019-05-02 19:53:45 -07:00
parent a37a09c09c
commit 40006c6152
2 changed files with 2 additions and 2 deletions

View File

@@ -879,7 +879,7 @@ static uint32_t yylex_MACROARGS(void)
fatalerror("Internal error in %s", __func__);
}
uint32_t yylex(void)
int yylex(void)
{
switch (lexerstate) {
case LEX_STATE_NORMAL: