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

Diff of /bison/src/getargs.c

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

revision 1.27 by akim, Mon Nov 5 09:09:19 2001 UTC revision 1.28 by akim, Mon Nov 19 10:37:58 2001 UTC
# Line 34  int no_lines_flag = 0; Line 34  int no_lines_flag = 0;
34  int no_parser_flag = 0;  int no_parser_flag = 0;
35  int token_table_flag = 0;  int token_table_flag = 0;
36  int verbose_flag = 0;  int verbose_flag = 0;
 int statistics_flag = 0;  
37  int yacc_flag = 0;      /* for -y */  int yacc_flag = 0;      /* for -y */
38  int graph_flag = 0;  int graph_flag = 0;
39    int trace_flag = 0;
40    
41  const char *skeleton = NULL;  const char *skeleton = NULL;
42    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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