mirror of
https://github.com/pfusik/xasm.git
synced 2025-01-13 21:35:29 +00:00
Revert "Warn about a comment starting with a comma."
Breaks Jaskier's MPT player. https://sourceforge.net/p/asap/bugs/32/ This reverts commit 7a666799ac0f90a323ad556445ec150ceccfd47c.
This commit is contained in:
parent
7a666799ac
commit
70c907bae6
@ -367,11 +367,6 @@ void checkNoExtraCharacters() {
|
|||||||
switch (line[column]) {
|
switch (line[column]) {
|
||||||
case '\t':
|
case '\t':
|
||||||
case ' ':
|
case ' ':
|
||||||
if (pass2) {
|
|
||||||
readSpaces();
|
|
||||||
if (!eol() && line[column] == ',')
|
|
||||||
warning("Comment starts with a comma. Unintended whitespace?");
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
default:
|
default:
|
||||||
throw new AssemblyError("Extra characters on line");
|
throw new AssemblyError("Extra characters on line");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user