diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 02:07:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-05 02:07:54 +0000 |
commit | ebafeae7404ab232f258bc8cdedeb751e7c60ecb (patch) | |
tree | 15285a6ef9c03d3ebee120d99abaf2b948b842a0 /gv.c | |
parent | 69e1fe5e7f553d4b73cddfb451a9431c0789ef8f (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1437,6 +1437,7 @@ amagic_call(SV *left, SV *right, int method, int flags) SPAGAIN; res=POPs; + PUTBACK; POPSTACK; CATCH_SET(oldcatch); |