mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Make yylex() return int
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user