summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-23 03:25:26 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-23 03:25:26 +0000
commit67c94cae969538b2d442fcf8b37663e8aa141686 (patch)
tree1c63fdb9b3e59c5c873fcf4712166b71bdd94807 /ext
parent606734f0b1689c3763c394a895355d814cf91940 (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/ripper/extconf.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/ripper/extconf.rb b/ext/ripper/extconf.rb
index 99814e5d6c..6b44073300 100644
--- a/ext/ripper/extconf.rb
+++ b/ext/ripper/extconf.rb
@@ -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'