/[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.33 by marc, Tue Aug 14 11:28:48 2001 UTC revision 1.33.2.1 by marc, Fri Aug 24 18:36:50 2001 UTC
# Line 543  struct percent_table_struct percent_tabl Line 543  struct percent_table_struct percent_tabl
543    { "fixed_output_files",&yacc_flag,            tok_noop },     /* -y */    { "fixed_output_files",&yacc_flag,            tok_noop },     /* -y */
544    { "defines",          &defines_flag,          tok_noop },     /* -d */    { "defines",          &defines_flag,          tok_noop },     /* -d */
545    { "no_parser",        &no_parser_flag,        tok_noop },     /* -n */    { "no_parser",        &no_parser_flag,        tok_noop },     /* -n */
546      { "graph",            &graph_flag,            tok_noop },     /* -g */
547  #if 0  #if 0
548    /* For the time being, this is not enabled yet, while it's possible    /* For the time being, this is not enabled yet, while it's possible
549       though, since we use obstacks.  The only risk is with semantic       though, since we use obstacks.  The only risk is with semantic
550       parsers which will output an `include' of an output file: be sure       parsers which will output an `include' of an output file: be sure
551       that the naem included is indeed the name of the output file.  */       that the name included is indeed the name of the output file.  */
552    { "output_file",      &spec_outfile,          tok_setopt },   /* -o */    { "output_file",      &spec_outfile,          tok_setopt },   /* -o */
553    { "file_prefix",      &spec_file_prefix,      tok_setopt },   /* -b */    { "file_prefix",      &spec_file_prefix,      tok_setopt },   /* -b */
554    { "name_prefix",      &spec_name_prefix,      tok_setopt },   /* -p */    { "name_prefix",      &spec_name_prefix,      tok_setopt },   /* -p */
555  #endif  #endif
556    { "header_extension", NULL,                   tok_hdrext},    { "header_extension", NULL,                   tok_hdrext },
557    { "source_extension", NULL,                   tok_srcext},    { "source_extension", NULL,                   tok_srcext },
558    { "verbose",          &verbose_flag,          tok_noop },     /* -v */    { "verbose",          &verbose_flag,          tok_noop },     /* -v */
559    { "debug",            &debug_flag,            tok_noop },     /* -t */    { "debug",            &debug_flag,            tok_noop },     /* -t */
560    { "semantic_parser",  &semantic_parser,       tok_noop },    { "semantic_parser",  &semantic_parser,       tok_noop },

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

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