diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-23 03:25:26 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-23 03:25:26 +0000 |
commit | c3bcbe03c46356b05620430d88f24028150419ee (patch) | |
tree | 1c63fdb9b3e59c5c873fcf4712166b71bdd94807 /ext | |
parent | 7e9c3cf2abea38a7f5cfee657068f8a8cfa44b55 (diff) | |
download | ruby-c3bcbe03c46356b05620430d88f24028150419ee.tar.gz ruby-c3bcbe03c46356b05620430d88f24028150419ee.tar.xz ruby-c3bcbe03c46356b05620430d88f24028150419ee.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@11815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ripper/extconf.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/ripper/extconf.rb b/ext/ripper/extconf.rb index 99814e5d6..6b4407330 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' |