name for the debugger, so don't bother checking.
p4raw-id: //depot/perl@30085
}
if (name || aname) {
- const char * const tname = (name ? name : aname);
-
if (PERLDB_SUBLINE && PL_curstash != PL_debstash) {
SV * const sv = newSV(0);
SV * const tmpstr = sv_newmortal();
}
}
- if (!PL_error_count)
- process_special_blocks(tname, gv, cv);
+ if (name && !PL_error_count)
+ process_special_blocks(name, gv, cv);
}
done: