fixed bug with quotes
This commit is contained in:
parent
fd4f548d6e
commit
c8afae83c9
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ preprocess(fn)
|
|||
++LineNumber;
|
||||
lineno++;
|
||||
}
|
||||
else if (c == '\'') continue;
|
||||
}
|
||||
}
|
||||
while (c != stopc);
|
||||
|
|
Loading…
Reference in a new issue