]> git.saurik.com Git - bison.git/blobdiff - tests/local.at
For push mode, convert yyparse from a macro to a function, invoke yylex
[bison.git] / tests / local.at
index c0f3049d5dc8623bf2efe7201c916d04d32b020f..45833a2f897b015ef05a9fbc00310ef15c1c55ce 100644 (file)
@@ -59,7 +59,7 @@ m4_pushdef([AT_LOCATION_IF],
 m4_pushdef([AT_PURE_IF],
 [m4_bmatch([$3], [%pure-parser], [$1], [$2])])
 m4_pushdef([AT_PUSH_IF],
-[m4_bmatch([$3], [%push-parser], [$1], [$2])])
+[m4_bmatch([$3], [%push-parser\|%push-pull-parser], [$1], [$2])])
 m4_pushdef([AT_YACC_OR_PUSH_IF],
 [AT_YACC_IF([$1], [AT_PUSH_IF([$1], [$2])])])
 m4_pushdef([AT_PURE_AND_LOC_IF],