method_slot = *hv_fetch(map, method_name, method_name_len, TRUE);
if ( SvOK(method_slot) ) {
- SV* const body = call0(method_slot, key_body); /* $method_object->body() */
+ SV *const body = call0(method_slot, key_body); /* $method_object->body() */
if ( SvROK(body) && ((CV *) SvRV(body)) == cv ) {
continue;
}
get_code_info(coderef)
SV *coderef
PREINIT:
- char* pkg = NULL;
- char* name = NULL;
+ char *pkg = NULL;
+ char *name = NULL;
PPCODE:
if (get_code_info(coderef, &pkg, &name)) {
EXTEND(SP, 2);