diff options
author | David Mitchell <davem@iabyn.com> | 2016-01-26 15:14:50 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-03 14:46:37 +0000 |
commit | f39ff1f37d442c1701859527bbfca27427551179 (patch) | |
tree | 5588bb3b4665adbc7ed4eef8b847f3c2862ff6a1 /perly.y | |
parent | d7745c5ba8365bb4f5024b0d0bb76126d632c8bd (diff) | |
download | perl-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.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ /* Make the parser re-entrant. */ -%pure_parser +%pure-parser %start grammar |