Updating `parse.y for recent `bison` (retry).

parent 8e86e64d
......@@ -6,14 +6,9 @@ matrix:
- os: linux
sudo: false
- os: osx
osx_image: xcode10.3
addons:
homebrew:
update: true
packages:
- flex
- gperf
- bison
before_install:
- brew install bison
- export PATH="/usr/local/opt/bison/bin:$PATH"
env:
- MRUBY_CONFIG=travis_config.rb
......
......@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p)
%}
%pure-parser
%define api.pure
%parse-param {parser_state *p}
%lex-param {parser_state *p}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment