summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-01-26 15:14:50 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-03 14:46:37 +0000
commitf39ff1f37d442c1701859527bbfca27427551179 (patch)
tree5588bb3b4665adbc7ed4eef8b847f3c2862ff6a1 /perly.y
parentd7745c5ba8365bb4f5024b0d0bb76126d632c8bd (diff)
downloadperl-f39ff1f37d442c1701859527bbfca27427551179.tar.gz
Add support for bison 3.0
Mainly it no longer generates some tables used for debugging. This commit also adds a new define showing what bison version was used.
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.y b/perly.y
index 7c021e99f0..200964dad1 100644
--- a/perly.y
+++ b/perly.y
@@ -31,7 +31,7 @@
/* Make the parser re-entrant. */
-%pure_parser
+%pure-parser
%start grammar