mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Updating parse.y for recent bison` (retry).
This commit is contained in:
+3
-8
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user