Only echo the newlines in comments, no formfeeds, etc, because
you don't know what you are preprocessing.
This commit is contained in:
parent
4b12f13594
commit
5fae0734e1
@ -92,7 +92,7 @@ preprocess(fn)
|
||||
}
|
||||
for (;;) {
|
||||
LoadChar(c);
|
||||
if (class(c) == STNL) {
|
||||
if (c == '\n') {
|
||||
++LineNumber;
|
||||
++lineno;
|
||||
echo(c);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user