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

parent 8e86e64d
...@@ -6,14 +6,9 @@ matrix: ...@@ -6,14 +6,9 @@ matrix:
- os: linux - os: linux
sudo: false sudo: false
- os: osx - os: osx
osx_image: xcode10.3 before_install:
addons: - brew install bison
homebrew: - export PATH="/usr/local/opt/bison/bin:$PATH"
update: true
packages:
- flex
- gperf
- bison
env: env:
- MRUBY_CONFIG=travis_config.rb - MRUBY_CONFIG=travis_config.rb
......
...@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p) ...@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p)
%} %}
%pure-parser %define api.pure
%parse-param {parser_state *p} %parse-param {parser_state *p}
%lex-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