use rb_funcall2 instead of rb_funcallv #32

Merged
cremno merged 1 commits from use-rb_funcall2-instead-of-rb_funcallv into master 2014-05-25 11:28:31 +00:00
cremno commented 2014-05-25 10:58:30 +00:00 (Migrated from github.com)

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 commented 2014-05-25 11:26:12 +00:00 (Migrated from github.com)

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 =)

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 =)
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MapleShrine/mkxp#32
No description provided.