From: Jarkko Hietaniemi Date: Wed, 12 Dec 2001 01:50:13 +0000 (+0000) Subject: No link(), no need to dSP. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=370f60006aff1b475284b659ba3166494bf559e3;p=p5sagit%2Fp5-mst-13.2.git No link(), no need to dSP. p4raw-id: //depot/perl@13641 --- diff --git a/pp_sys.c b/pp_sys.c index 6c0085f..9fee8c9 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -3514,9 +3514,8 @@ PP(pp_rename) PP(pp_link) { - dSP; #ifdef HAS_LINK - dTARGET; + dSP; dTARGET; STRLEN n_a; char *tmps2 = POPpx; char *tmps = SvPV(TOPs, n_a);