summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2b25184)
None of them are vararg parameters.
(void)ext_hook("ref-hook", oldmsg, newmsg);
}
else
(void)ext_hook("ref-hook", oldmsg, newmsg);
}
else
- (void)ext_hook("add-hook", newmsg, (char *)0);
+ (void)ext_hook("add-hook", newmsg, NULL);
(void)ext_hook("ref-hook", oldmsg, newmsg);
}
else
(void)ext_hook("ref-hook", oldmsg, newmsg);
}
else
- (void)ext_hook("add-hook", newmsg, (char *)0);
+ (void)ext_hook("add-hook", newmsg, NULL);