diff options
author | Graham Barr <gbarr@pobox.com> | 2006-12-10 16:28:34 +0000 |
---|---|---|
committer | Graham Barr <gbarr@pobox.com> | 2006-12-10 16:28:34 +0000 |
commit | 88517a295e2cbde1046f3c95e6e78054c21985fa (patch) | |
tree | dc2a1ae9e9a2653cc97c82076c0d886783a6dfcf /ext/List | |
parent | ddf53ba4b8c9fde6237a7d93de673789b19fd993 (diff) | |
download | perl-88517a295e2cbde1046f3c95e6e78054c21985fa.tar.gz |
Restore change 27486 accidently removed (also added to 1.19 before release)
p4raw-id: //depot/perl@29499
Diffstat (limited to 'ext/List')
-rw-r--r-- | ext/List/Util/multicall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/List/Util/multicall.h b/ext/List/Util/multicall.h index 935d7ed96a..b8296e1755 100644 --- a/ext/List/Util/multicall.h +++ b/ext/List/Util/multicall.h @@ -160,6 +160,7 @@ multicall_pad_push(pTHX_ AV *padlist, int depth) POPSTACK; \ CATCH_SET(multicall_oldcatch); \ LEAVE; \ + SPAGAIN; \ } STMT_END #endif |