Prevent infinite loop with line continuations without newlines

This commit is contained in:
ISSOtm
2020-02-18 20:58:20 +01:00
parent 6755a0912b
commit 6d00877231

View File

@@ -830,6 +830,7 @@ scanagain:
goto scanagain;
} else {
yyerror("Expected a new line after the continuation character.");
pLexBuffer++;
}
}
}