X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/89cab50df11c5f02d719db0239eabc0fb6095ec8..4e5caae2c6927e9aef605283975fd5e0e94a6e45:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index 00e84d07..f3c37601 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -1,5 +1,5 @@ /* Parse command line arguments for bison. - Copyright (C) 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc. + Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -24,16 +24,17 @@ /* flags set by % directives */ extern char *spec_file_prefix; /* for -b */ extern char *spec_name_prefix; /* for -p */ +extern const char *skeleton; extern int debug_flag; /* for -t */ extern int defines_flag; /* for -d */ extern int locations_flag; extern int no_lines_flag; /* for -l */ extern int no_parser_flag; /* for -n */ -extern int raw_flag; /* for -r */ extern int statistics_flag; extern int token_table_flag; /* for -k */ extern int verbose_flag; /* for -v */ +extern int graph_flag; /* for -g */ extern int yacc_flag; /* for -y */ void getargs PARAMS ((int argc, char *argv[]));