/[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.7 by akim, Mon Nov 19 10:37:58 2001 UTC revision 1.8 by marc, Mon Nov 26 21:06:22 2001 UTC
# Line 116  const struct option_table_struct option_ Line 116  const struct option_table_struct option_
116    {opt_both, "no-parser",      no_argument, &no_parser_flag, tok_intopt,           'n'},    {opt_both, "no-parser",      no_argument, &no_parser_flag, tok_intopt,           'n'},
117    {opt_both, "raw",            no_argument,               0, tok_obsolete, 'r'},    {opt_both, "raw",            no_argument,               0, tok_obsolete, 'r'},
118    {opt_both, "skeleton",       required_argument,         0, tok_skel,     'S'},    {opt_both, "skeleton",       required_argument,         0, tok_skel,     'S'},
119      {opt_both, "include",        required_argument,         0, tok_include,  'I'},
120    {opt_both, "token-table",    no_argument, &token_table_flag, tok_intopt,   'k'},    {opt_both, "token-table",    no_argument, &token_table_flag, tok_intopt,   'k'},
121    
122    {0, 0, 0, 0, 0, 0}    {0, 0, 0, 0, 0, 0}

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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