mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y (lambda): add ripper event. This fixes bus error on "make test-all".
* ext/ripper/extconf.rb: do not stop build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
606734f0b1
commit
67c94cae96
3 changed files with 18 additions and 13 deletions
|
@ -4,9 +4,6 @@ require 'mkmf'
|
|||
require 'rbconfig'
|
||||
|
||||
def main
|
||||
Logging.message "YARV doesn't support Ripper"
|
||||
return
|
||||
|
||||
unless find_executable('bison')
|
||||
unless File.exist?('ripper.c') or File.exist?("#{$srcdir}/ripper.c")
|
||||
Logging.message 'missing bison; abort'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue