Merge branch 'master' into ci

main
Niels Grewe 10 years ago
commit 2fbf85c06a

@ -165,7 +165,7 @@ IMP forward(id o, SEL s)
}
static struct objc_slot slot;
struct objc_slot *forwardslot(id o, SEL s)
struct objc_slot *forward_slot(id o, SEL s)
{
slot.method = (IMP)fwd;
return &slot;

Loading…
Cancel
Save