fixed bug concerning back-slashes within strings

This commit is contained in:
ceriel 1990-08-10 17:57:32 +00:00
parent 535e64328a
commit c7a5b07da7

View file

@ -163,7 +163,7 @@ preprocess(fn)
++LineNumber;
lineno++;
}
else if (c == '\'') escaped = 1;
else escaped = 1;
}
} while (escaped || c != stopc);
echo(c);