mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Merge pull request #364 from dbrotz/fix-362
Don't append invalid characters to symbol name
This commit is contained in:
@@ -821,8 +821,6 @@ scanagain:
|
||||
goto scanagain;
|
||||
}
|
||||
|
||||
pLexBuffer += nFloatLen;
|
||||
|
||||
if (token->nToken == T_ID && linestart)
|
||||
return T_LABEL;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user