Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C API: rb_ary_entry has wrong signature #3431

Closed
tamird opened this issue Jun 10, 2015 · 0 comments
Closed

C API: rb_ary_entry has wrong signature #3431

tamird opened this issue Jun 10, 2015 · 0 comments
Labels
C-API Compatibility Function and feature compatibility with the MRI C-API

Comments

@tamird
Copy link
Contributor

tamird commented Jun 10, 2015

http://rxr.whitequark.org/mri/source/include/ruby/intern.h#070:
VALUE rb_ary_entry(VALUE, long);

https://github.com/rubinius/rubinius/blob/master/vm/include/capi/ruby/ruby.h#L991:
VALUE rb_ary_entry(VALUE self, int index);

@yorickpeterse yorickpeterse added the C-API Compatibility Function and feature compatibility with the MRI C-API label Jun 10, 2015
@jemc jemc closed this as completed in f603bd2 Jun 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API Compatibility Function and feature compatibility with the MRI C-API
Projects
None yet
Development

No branches or pull requests

2 participants