Merge pull request #364 from dbrotz/fix-362

Don't append invalid characters to symbol name
This commit is contained in:
Antonio Niño Díaz
2019-08-17 16:08:27 +01:00
committed by GitHub
5 changed files with 121 additions and 39 deletions

View File

@@ -821,8 +821,6 @@ scanagain:
goto scanagain;
}
pLexBuffer += nFloatLen;
if (token->nToken == T_ID && linestart)
return T_LABEL;
else