Skip to content

Commit

Permalink
Revert "Warn about a comment starting with a comma."
Browse files Browse the repository at this point in the history
Breaks Jaskier's MPT player.
https://sourceforge.net/p/asap/bugs/32/

This reverts commit 7a66679.
  • Loading branch information
pfusik committed May 7, 2023
1 parent 7a66679 commit 70c907b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,6 @@ void checkNoExtraCharacters() {
switch (line[column]) {
case '\t':
case ' ':
if (pass2) {
readSpaces();
if (!eol() && line[column] == ',')
warning("Comment starts with a comma. Unintended whitespace?");
}
return;
default:
throw new AssemblyError("Extra characters on line");
Expand Down

0 comments on commit 70c907b

Please sign in to comment.