]> git.saurik.com Git - bison.git/commit - src/lex.h
* src/options.h (struct option_table_struct): set_flags is void*.
authorAkim Demaille <akim@epita.fr>
Mon, 5 Nov 2001 09:09:19 +0000 (09:09 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 5 Nov 2001 09:09:19 +0000 (09:09 +0000)
commit951366c145107e763a92094462bfed0ae19d9ad1
tree42901b2fdbee5782017ae20a809ace5fbac87be6
parent9f4503d6e9b311f3d0b5136a3f38037ee1afe2f3
* src/options.h (struct option_table_struct): set_flags is void*.
* src/options.c (longopts): Support `--output' and `%output'.
(usage): Adjust.
* src/lex.h (tok_setopt): Remove, replaced with...
(tok_intopt, tok_stropt): these new guys.
* src/lex.c (getopt.h): Not needed.
(token_buffer, unlexed_token_buffer): Not const.
(percent_table): Promote `-' over `_' in directive names.
Active `%name-prefix', `file-prefix', and `output'.
(parse_percent_token): Accept possible arguments to directives.
Promote `-' over `_' in directive names.
ChangeLog
src/getargs.c
src/lex.c
src/lex.h
src/options.c
src/options.h
src/reader.c
tests/output.at