]> granicus.if.org Git - re2c/commit
Moved start label configuration out of global scope.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 27 May 2015 10:50:55 +0000 (11:50 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 27 May 2015 10:50:55 +0000 (11:50 +0100)
commit7893fda164841808268ac984bbf27dd46a533a4c
treeda1498776a7f635b7944a800a6756b9d8802edd6
parent2ede5a7546215ba6dd328c707629f789b90edf31
Moved start label configuration out of global scope.

There are two configurations:
1. re2c:startlabel = <integer>;
2. re2c:startlabel = <string>;
The scope of these configurations is the scope of current re2c block.
re2c/src/codegen/emit_dfa.cc
re2c/src/codegen/output.cc
re2c/src/codegen/output.h
re2c/src/globals.h
re2c/src/main.cc
re2c/src/parse/scanner.cc