X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..22539284f3220db77eae57f1c06846753c20de43:/src/getargs.h?ds=sidebyside diff --git a/src/getargs.h b/src/getargs.h index dc727e83..1d8c9d54 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -23,7 +23,6 @@ #include "location.h" -extern char *program_name; enum { command_line_prio, grammar_prio, default_prio }; /* flags set by % directives */ @@ -35,16 +34,12 @@ extern int skeleton_prio; /* for -I */ extern char const *include; -extern bool debug_flag; /* for -t */ -extern bool defines_flag; /* for -d */ -extern bool graph_flag; /* for -g */ -extern bool xml_flag; /* for -x */ -extern bool locations_flag; -extern bool no_lines_flag; /* for -l */ -extern bool token_table_flag; /* for -k */ -extern bool yacc_flag; /* for -y */ - -extern bool error_verbose; +extern bool defines_flag; /* for -d */ +extern bool graph_flag; /* for -g */ +extern bool xml_flag; /* for -x */ +extern bool no_lines_flag; /* for -l */ +extern bool token_table_flag; /* for -k */ +extern bool yacc_flag; /* for -y */ /* GLR_PARSER is true if the input file says to use the GLR