/* Parse command line arguments for bison.
Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
extern bool glr_parser;
-/* PULL_PARSER is true if should generate a pull parser. */
-
-extern bool pull_parser;
-
-/* PURE_PARSER is true if should generate a parser that is all pure
- and reentrant. */
-
-extern bool pure_parser;
-
-/* PUSH_PARSER is true if should generate a push parser. */
-
-extern bool push_parser;
-
/* NONDETERMINISTIC_PARSER is true iff conflicts are accepted. This
is used by the GLR parser, and might be used in BackTracking
parsers too. */
void getargs (int argc, char *argv[]);
/* Used by parse-gram.y. */
-void language_argmatch (char const *arg, int prio, location const *loc);
-void skeleton_arg (const char *arg, int prio, location const *loc);
+void language_argmatch (char const *arg, int prio, location loc);
+void skeleton_arg (const char *arg, int prio, location loc);
#endif /* !GETARGS_H_ */