fixed bug with quotes

This commit is contained in:
ceriel 1987-08-20 15:44:45 +00:00
parent 9ef8e41d1e
commit 6a18367f41

View File

@ -156,6 +156,7 @@ preprocess(fn)
++LineNumber;
lineno++;
}
else if (c == '\'') continue;
}
}
while (c != stopc);