use rb_funcall2
instead of rb_funcallv
#32
No reviewers
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#32
Loading…
Reference in New Issue
No description provided.
Delete Branch "use-rb_funcall2-instead-of-rb_funcallv"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In 2.1
rb_funcall2
was renamed torb_funcallv
anda macro for backward compatibility was added.
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 =)