X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c373bf8bb8da68ed12b1e73aaa2d777f6c701e46..d9df47b656fd1757f1f36c8f3d823ca9ca5bfe91:/tests/push.at diff --git a/tests/push.at b/tests/push.at index a3222382..6e2bd8b6 100644 --- a/tests/push.at +++ b/tests/push.at @@ -33,7 +33,7 @@ AT_DATA_GRAMMAR([[input.y]], void yyerror (char const *msg); %} -%pure-parser %define api.push_pull "push" +%define api.pure %define api.push_pull "push" %%