]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
* src/nullable.c (set_nullable): Useless rules must be skipped,
[bison.git] / src / getargs.c
index 0f444b13ce5fb491ec95cd533011a3785f3d5d10..dd5de7fd8e606ff0b4947b9ddb7ec14b62d86ed0 100644 (file)
@@ -32,9 +32,9 @@ int no_lines_flag = 0;
 int no_parser_flag = 0;
 int token_table_flag = 0;
 int verbose_flag = 0;
 int no_parser_flag = 0;
 int token_table_flag = 0;
 int verbose_flag = 0;
-int statistics_flag = 0;
 int yacc_flag = 0;     /* for -y */
 int graph_flag = 0;
 int yacc_flag = 0;     /* for -y */
 int graph_flag = 0;
+int trace_flag = 0;
 
 const char *skeleton = NULL;
 
 
 const char *skeleton = NULL;
 
@@ -68,7 +68,7 @@ static struct option longopts[] =
   {"graph",            optional_argument,      0, 'g'},
 
   /* Hidden. */
   {"graph",            optional_argument,      0, 'g'},
 
   /* Hidden. */
-  {"statistics",       no_argument,    &statistics_flag, 1},
+  {"trace",            no_argument,    &trace_flag, 1},
   {0, 0, 0, 0}
 };
 
   {0, 0, 0, 0}
 };