]> git.saurik.com Git - bison.git/commit
Get rid of broken %no-parser, -n, and --no-parser implementation and
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 12 Aug 2007 02:12:30 +0000 (02:12 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 12 Aug 2007 02:12:30 +0000 (02:12 +0000)
commit728c4be290a95081c272ca917c54987135cde7e3
tree174bf72cbd39d750582dd7a79609789af5610955
parent5d31a2162dc41b71b9de73a3acb7fcba6fb8e7f3
Get rid of broken %no-parser, -n, and --no-parser implementation and
documentation.
* TODO: Don't mention them.
* doc/bison.1: Likewise.
* doc/bison.texinfo (Decl Summary): Likewise.
(Bison Options): Likewise.
(Option Cross Key): Likewise.
* src/getargs.c (no_parser_flag): Remove global variable.
(usage): Don't print description of -n and --no-parser.
(long_options): Remove --no-parser entry here.
(getargs): Remove -n case in the switch here.
* src/getargs.h (no_parser_flag): Remove extern.
* tests/regression.at (Web2c Actions): Remove comment that mentions
--no-parser.
ChangeLog
TODO
doc/bison.1
doc/bison.texinfo
src/getargs.c
src/getargs.h
tests/regression.at