projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
564bd1e
)
No link(), no need to dSP.
Jarkko Hietaniemi [Wed, 12 Dec 2001 01:50:13 +0000 (
01:50
+0000)]
p4raw-id: //depot/perl@13641
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
6c0085f
..
9fee8c9
100644
(file)
--- 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);