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

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-04-27 18:52:43 +09:00
parent 8e86e64d78
commit 8dee2e3984
2 changed files with 4 additions and 9 deletions
+3 -8
View File
@@ -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
+1 -1
View File
@@ -1330,7 +1330,7 @@ heredoc_end(parser_state *p)
%}
%pure-parser
%define api.pure
%parse-param {parser_state *p}
%lex-param {parser_state *p}