]> git.saurik.com Git - bison.git/blobdiff - tests/push.at
Deprecate %pure-parser and add `%define api.pure'. Discussed starting
[bison.git] / tests / push.at
index a3222382e5ef2168626fd1231c0cdf7098a9ae83..6e2bd8b658ec07b5604fd7eddbe2cea9ced6b80e 100644 (file)
@@ -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"
 
 %%