fixed bug with quotes
This commit is contained in:
parent
fd4f548d6e
commit
c8afae83c9
@ -156,6 +156,7 @@ preprocess(fn)
|
||||
++LineNumber;
|
||||
lineno++;
|
||||
}
|
||||
else if (c == '\'') continue;
|
||||
}
|
||||
}
|
||||
while (c != stopc);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user