X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/41d7a5f24d5e69bdf6ce10c012d50b89ce1e3957..9ca7f077a0a5ecdd00c5945c7a7bd3cf46e23c13:/src/getargs.h diff --git a/src/getargs.h b/src/getargs.h index c7370d77..8449626b 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -51,19 +51,6 @@ extern bool error_verbose; 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. */