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