Fix tokenizer for octal escape sequences
commit19de6512c98edec3f2e09eea1aa0bc94ae762709
authorNamhyung Kim <namhyung@gmail.com>
Thu, 16 Dec 2010 09:14:45 +0000 (16 18:14 +0900)
committerChristopher Li <sparse@chrisli.org>
Mon, 3 Jan 2011 10:20:26 +0000 (3 02:20 -0800)
treeb88b7bc810425fdaa885bb2eb831f6e6a5d8b5e3
parentc5e425e5f2f10f11c8d0f17733c87b5194e1f752
Fix tokenizer for octal escape sequences

Don't allow 8 and 9 to be included in octal escape sequences.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
tokenize.c