]> granicus.if.org Git - re2c/commit
Allow to reset 're2c:eof' configuration.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 5 Aug 2019 22:33:10 +0000 (23:33 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 5 Aug 2019 22:33:10 +0000 (23:33 +0100)
commit27156203d33290454ec6375612712be3f37c1c77
tree2dd033c3274be3768c110812db696459c55d399b
parentf5af0a118ae689a8128b5b734337fa9eb89a7904
Allow to reset 're2c:eof' configuration.

The ability to reset this configuration is necessary in order to be able to
mix re2c blocks that use EOF rule and blocks that don't.

This fixes bug #254: "Turn off re2c:eof".
bootstrap/doc/re2c.1
bootstrap/src/parse/lex_conf.cc
doc/manual/configurations/configurations.rst_
src/parse/lex_conf.re
test/eof/eof_07.c
test/eof/eof_09.i.c [new file with mode: 0644]
test/eof/eof_09.i.re [new file with mode: 0644]