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

use rb_funcall2 instead of rb_funcallv #32

Merged

Conversation

cremno
Copy link
Contributor

@cremno cremno commented May 25, 2014

In 2.1 rb_funcall2 was renamed to rb_funcallv and
a macro for backward compatibility was added.

In 2.1 `rb_funcall2`  was renamed to `rb_funcallv` and
a macro for backward compatibility was added.
@Ancurio
Copy link
Owner

Ancurio commented May 25, 2014

Ah, right, I kinda suspected this, thanks cremno. There's a similar call 20 lines further up though, I suppose that one needs to be converted too?

Edit: Whoops, the other call is already funcall2, don't ask me how I managed to use two variants in one function =)

Ancurio added a commit that referenced this pull request May 25, 2014
…allv

use `rb_funcall2` instead of `rb_funcallv`
@Ancurio Ancurio merged commit ad63c96 into Ancurio:master May 25, 2014
@cremno cremno deleted the use-rb_funcall2-instead-of-rb_funcallv branch August 31, 2014 04:02
Splendide-Imaginarius added a commit to Splendide-Imaginarius/mkxp that referenced this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants