1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Import racc-1.5.0 from upstream repository.

This commit is contained in:
Hiroshi SHIBATA 2020-03-25 21:39:03 +09:00
parent edffe78a79
commit 48a5c155fa
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
4 changed files with 5 additions and 8 deletions

View file

@ -192,6 +192,7 @@ module Racc
begin
if Object.const_defined?(:RUBY_ENGINE) and RUBY_ENGINE == 'jruby'
require 'jruby'
require 'racc/cparse-jruby.jar'
com.headius.racc.Cparse.new.load(JRuby.runtime, false)
else