summaryrefslogtreecommitdiff
path: root/gv.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 /gv.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 'gv.c')
-rw-r--r--gv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 94bf4991f5..4cef56d5e4 100644
--- a/gv.c
+++ b/gv.c
@@ -1437,6 +1437,7 @@ amagic_call(SV *left, SV *right, int method, int flags)
SPAGAIN;
res=POPs;
+ PUTBACK;
POPSTACK;
CATCH_SET(oldcatch);