/[bison]/bison/src/options.c
ViewVC logotype

Diff of /bison/src/options.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pascal, Thu Sep 20 18:51:48 2001 UTC revision 1.3 by marc, Fri Sep 21 15:42:26 2001 UTC
# Line 86  const struct option_table_struct option_ Line 86  const struct option_table_struct option_
86    {opt_both, "file-prefix", required_argument,&spec_file_prefix,tok_setopt,'b'},    {opt_both, "file-prefix", required_argument,&spec_file_prefix,tok_setopt,'b'},
87    {opt_both, "name-prefix", required_argument,&spec_name_prefix,tok_setopt,'p'},    {opt_both, "name-prefix", required_argument,&spec_name_prefix,tok_setopt,'p'},
88  #endif  #endif
89    {opt_percent, "header_extension",     0,              NULL, tok_hdrext,    0},    {opt_percent, "header-extension",     0,              NULL, tok_hdrext,    0},
90    {opt_percent, "source_extension",     0,              NULL, tok_srcext,    0},    {opt_percent, "source-extension",     0,              NULL, tok_srcext,    0},
91    {opt_percent, "define",               0,              NULL, tok_define,    0},    {opt_percent, "define",               0,              NULL, tok_define,    0},
92    {opt_percent, "semantic_parser",      0,  &semantic_parser, tok_noop,      0},    {opt_percent, "semantic-parser",      0,  &semantic_parser, tok_noop,      0},
93    {opt_percent, "pure_parser",          0,      &pure_parser, tok_noop,      0},    {opt_percent, "pure-parser",          0,      &pure_parser, tok_noop,      0},
94    
95    /*    /*
96     * Percent and command line declarations.     * Percent and command line declarations.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26