Parse octal escape sequences correctly: Do not swallow the first digit and read at...
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 16 Nov 2007 22:07:04 +0000 (22:07 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 16 Nov 2007 22:07:04 +0000 (22:07 +0000)
commit2a121a9dd08c4edc58cd501838376af6f7d14877
tree44b7d35dd2e6b0f59b3d2a036837c0ff691da4bc
parent635a0c89b6db6f252565e4d68db34aa6ca9265d4
Parse octal escape sequences correctly: Do not swallow the first digit and read at most three digits.

[r18424]
lexer.c