X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d01c415b93eff4a14cc2ba9c7e6741ece5ac8b76..b0ce6046682724c333e1444c86dfcfe3d51d8264:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index 6c74d264..7595e7c5 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -22,6 +22,7 @@ #include "getopt.h" #include "system.h" #include "files.h" +#include "complain.h" #include "getargs.h" int debug_flag = 0; @@ -29,12 +30,13 @@ int defines_flag = 0; int locations_flag = 0; int no_lines_flag = 0; int no_parser_flag = 0; -char *skeleton = 0; int token_table_flag = 0; int verbose_flag = 0; int statistics_flag = 0; int yacc_flag = 0; /* for -y */ +const char *skeleton = NULL; + extern char *program_name; const char *shortopts = "yvdhrltknVo:b:p:S:"; static struct option longopts[] =