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