]> granicus.if.org Git - re2c/commit
Lexer: drop useless rule.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 2 Apr 2016 14:21:50 +0000 (15:21 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 2 Apr 2016 14:21:50 +0000 (15:21 +0100)
commit96278bffee42c98d4afc327e7ef4bbf0134ddc88
tree3ebde176ae4bce6284d93663cf66daf5a957bb2f
parent0ba58e2afd99fb920f8035c4f3179cc5976a3dab
Lexer: drop useless rule.

The 'end of comment' rule was used to detect end of re2c directives;
however, now it is handled by a special 'end of comment' lexer block.
re2c/bootstrap/src/parse/lex.cc
re2c/src/parse/lex.re