]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
Accept a token number in a %left, %right, or %nonassoc for POSIX
[bison.git] / src / getargs.h
index f75ec1005fb17f8fec17df0ae3b84f4da294ab39..8449626b21785795245fbf70ca0c45b99e663b8b 100644 (file)
@@ -51,11 +51,6 @@ extern bool error_verbose;
 
 extern bool glr_parser;
 
-/* PURE_PARSER is true if should generate a parser that is all pure
-   and reentrant.  */
-
-extern bool pure_parser;
-
 /* NONDETERMINISTIC_PARSER is true iff conflicts are accepted.  This
    is used by the GLR parser, and might be used in BackTracking
    parsers too.  */