remove 'Escape' from token character class
commit4ea04a3a37c04b862152844170e371a8220664c6
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Tue, 7 Feb 2017 17:45:07 +0000 (7 18:45 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 13 Feb 2017 01:34:45 +0000 (13 09:34 +0800)
treea1f4d3350b428deeb17f263f6f6e97afcd5776e2
parentf83c2b8f0b5fcb8f60342b5a2fa51a84901f355a
remove 'Escape' from token character class

Now that diagnostic on unknown escape sequence
have moved to post-preprocessing phase this is not more used.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
tokenize.c