X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea57e0a3c4dd5eb4271f446f97e61aa594ada128..f30e1ab65cd39d44e492025c1c6ba0429a013dae:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index 0f444b13..dd5de7fd 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -32,9 +32,9 @@ int no_lines_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 trace_flag = 0; const char *skeleton = NULL; @@ -68,7 +68,7 @@ static struct option longopts[] = {"graph", optional_argument, 0, 'g'}, /* Hidden. */ - {"statistics", no_argument, &statistics_flag, 1}, + {"trace", no_argument, &trace_flag, 1}, {0, 0, 0, 0} };