fixed bug with quotes

This commit is contained in:
ceriel 1987-08-20 15:44:45 +00:00
parent fd4f548d6e
commit c8afae83c9

View file

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