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

Diff of /bison/src/lex.c

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

revision 1.32 by akim, Mon Aug 6 08:51:41 2001 UTC revision 1.33 by marc, Tue Aug 14 11:28:48 2001 UTC
# Line 551  struct percent_table_struct percent_tabl Line 551  struct percent_table_struct percent_tabl
551    { "output_file",      &spec_outfile,          tok_setopt },   /* -o */    { "output_file",      &spec_outfile,          tok_setopt },   /* -o */
552    { "file_prefix",      &spec_file_prefix,      tok_setopt },   /* -b */    { "file_prefix",      &spec_file_prefix,      tok_setopt },   /* -b */
553    { "name_prefix",      &spec_name_prefix,      tok_setopt },   /* -p */    { "name_prefix",      &spec_name_prefix,      tok_setopt },   /* -p */
554    #endif
555    { "header_extension", NULL,                   tok_hdrext},    { "header_extension", NULL,                   tok_hdrext},
556    { "source_extension", NULL,                   tok_srcext},    { "source_extension", NULL,                   tok_srcext},
 #endif  
557    { "verbose",          &verbose_flag,          tok_noop },     /* -v */    { "verbose",          &verbose_flag,          tok_noop },     /* -v */
558    { "debug",            &debug_flag,            tok_noop },     /* -t */    { "debug",            &debug_flag,            tok_noop },     /* -t */
559    { "semantic_parser",  &semantic_parser,       tok_noop },    { "semantic_parser",  &semantic_parser,       tok_noop },

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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