in SkipToNewLine(), check for TOKSEP
This commit is contained in:
parent
abb28f949a
commit
9e970befed
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ SkipToNewLine()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (ch == TOKSEP && InputLevel) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (!is_wsp(ch))
|
if (!is_wsp(ch))
|
||||||
garbage = 1;
|
garbage = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue