summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-05 02:07:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-05 02:07:54 +0000
commitebafeae7404ab232f258bc8cdedeb751e7c60ecb (patch)
tree15285a6ef9c03d3ebee120d99abaf2b948b842a0 /pp_ctl.c
parent69e1fe5e7f553d4b73cddfb451a9431c0789ef8f (diff)
downloadperl-ebafeae7404ab232f258bc8cdedeb751e7c60ecb.tar.gz
fix a location affected by change#2191, add note about POPSTACK
p4raw-link: @2191 on //depot/perl: de616352556f5da70790ceef0ca8b92726d7761a p4raw-id: //depot/perl@2196
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index c9ccb3ae1f..0f02c662e9 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -911,6 +911,7 @@ PP(pp_sort)
qsortsv((myorigmark+1), max, FUNC_NAME_TO_PTR(sortcv));
POPBLOCK(cx,PL_curpm);
+ PL_stack_sp = newsp;
POPSTACK;
CATCH_SET(oldcatch);
}