in SkipToNewLine(), check for TOKSEP

This commit is contained in:
ceriel 1991-01-15 11:51:40 +00:00
parent 47930ff0cb
commit 853c0cfc99

View File

@ -79,6 +79,9 @@ SkipToNewLine()
continue;
}
}
else if (ch == TOKSEP && InputLevel) {
continue;
}
if (!is_wsp(ch))
garbage = 1;
}