projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9df0c87
)
RETURN requires dSP in pp_sys.c
Craig A. Berry [Sun, 24 Jun 2001 23:41:36 +0000 (18:41 -0500)]
Message-Id: <
a0510100db75c6d44e34c
@[172.16.52.1]>
p4raw-id: //depot/perl@10912
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
e9ba938
..
0fa099e
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-3477,8
+3477,9
@@
PP(pp_rename)
PP(pp_link)
{
+ dSP;
#ifdef HAS_LINK
- dSP; dTARGET;
+ dTARGET;
STRLEN n_a;
char *tmps2 = POPpx;
char *tmps = SvPV(TOPs, n_a);