/[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.24.2.4 by akim, Sun Nov 4 16:26:59 2001 UTC revision 1.24.2.5 by akim, Mon Nov 19 09:21:26 2001 UTC
# Line 32  int no_lines_flag = 0; Line 32  int no_lines_flag = 0;
32  int no_parser_flag = 0;  int no_parser_flag = 0;
33  int token_table_flag = 0;  int token_table_flag = 0;
34  int verbose_flag = 0;  int verbose_flag = 0;
 int statistics_flag = 0;  
35  int yacc_flag = 0;      /* for -y */  int yacc_flag = 0;      /* for -y */
36  int graph_flag = 0;  int graph_flag = 0;
37    int trace_flag = 0;
38    
39  const char *skeleton = NULL;  const char *skeleton = NULL;
40    
# Line 68  static struct option longopts[] = Line 68  static struct option longopts[] =
68    {"graph",             optional_argument,      0, 'g'},    {"graph",             optional_argument,      0, 'g'},
69    
70    /* Hidden. */    /* Hidden. */
71    {"statistics",        no_argument,    &statistics_flag, 1},    {"trace",             no_argument,    &trace_flag, 1},
72    {0, 0, 0, 0}    {0, 0, 0, 0}
73  };  };
74    

Legend:
Removed from v.1.24.2.4  
changed lines
  Added in v.1.24.2.5

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