]> granicus.if.org Git - re2c/commit
Merged 'DFlag' and 'flag_skeleton' into one option 'target'.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 23 Sep 2015 16:32:36 +0000 (17:32 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 23 Sep 2015 16:32:36 +0000 (17:32 +0100)
commita72a824bbeaed71a65e590362193669dc77eb7eb
treeca96f1acaafb073807b5e62d4990a6acb2c1adfd
parent70e15e0455a4f70ebdb2be6a028746cf9b9ca998
Merged 'DFlag' and 'flag_skeleton' into one option 'target'.

The nature of these options makes them mutually exclusive; so instead
of checking that they are not both set just make them a single option.
13 files changed:
re2c/bootstrap/src/conf/parse_opts.cc
re2c/bootstrap/src/parse/parser.cc
re2c/bootstrap/src/parse/scanner_lex.cc
re2c/src/codegen/emit_action.cc
re2c/src/codegen/emit_dfa.cc
re2c/src/codegen/go_construct.cc
re2c/src/codegen/indent.h
re2c/src/codegen/print.cc
re2c/src/conf/opt.cc
re2c/src/conf/opt.h
re2c/src/conf/parse_opts.re
re2c/src/parse/parser.ypp
re2c/src/parse/scanner_lex.re