fixed bug concerning back-slashes within strings
This commit is contained in:
parent
7391776b2a
commit
ea10f794cd
@ -163,7 +163,7 @@ preprocess(fn)
|
|||||||
++LineNumber;
|
++LineNumber;
|
||||||
lineno++;
|
lineno++;
|
||||||
}
|
}
|
||||||
else if (c == '\'') escaped = 1;
|
else escaped = 1;
|
||||||
}
|
}
|
||||||
} while (escaped || c != stopc);
|
} while (escaped || c != stopc);
|
||||||
echo(c);
|
echo(c);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user