-
-
Notifications
You must be signed in to change notification settings - Fork 943
Closed
Milestone
Description
(Ref: libyui/ruby-ui#6 )
We noticed rb_eql is not provided by JRuby, so in order to compile our extension we had to replace:
return rb_eql(this->rubyValue(), that->rubyValue());
with:
return rb_funcall(this->rubyValue(), rb_intern("eql?"), 1, that->rubyValue());
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels