in SkipToNewLine(), check for TOKSEP; fixed problem with volatile

This commit is contained in:
ceriel
1991-01-15 12:00:24 +00:00
parent 3ddb8e24b7
commit 0267340564
2 changed files with 57 additions and 74 deletions

View File

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