]> granicus.if.org Git - re2c/commit
Fixed re2c behaviour with "--" command line option.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 21 Jul 2015 12:47:31 +0000 (13:47 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 21 Jul 2015 12:47:31 +0000 (13:47 +0100)
commitef1e93bc8a12d9716888286f4b3e51f8e27d1f7e
treef05121d1e3029224f323dc910f1e5283927d26a4
parentd1d247b0036824bb086a638f5499735b14b55bf5
Fixed re2c behaviour with "--" command line option.

All arguments after "--" are treated as non-options. This can be
used to handle option-like filenames (those starting with "-" and "--").
re2c/bootstrap/src/conf/parse_opts.cc
re2c/src/conf/parse_opts.re