]> git.saurik.com Git - bison.git/blobdiff - data/bison.m4
* data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
[bison.git] / data / bison.m4
index 87d113b66df2346039594c9eb07b839ffabbc0bb..8d8b256e2019e440dc2d57282bc7192362dd7268 100644 (file)
@@ -127,8 +127,9 @@ b4_define_flag_if([error_verbose])  # Whether error are verbose.
 b4_define_flag_if([glr])               # Whether a GLR parser is requested.
 b4_define_flag_if([locations])         # Whether locations are tracked.
 b4_define_flag_if([nondeterministic])  # Whether conflicts should be handled.
+b4_define_flag_if([pull])              # Whether pull parsing is requested.
 b4_define_flag_if([pure])              # Whether the interface is pure.
-b4_define_flag_if([push])              # Whether push parsing is supported.
+b4_define_flag_if([push])              # Whether push parsing is requested.
 b4_define_flag_if([yacc])              # Whether POSIX Yacc is emulated.