From: Graham Barr Date: Sun, 10 Dec 2006 16:28:34 +0000 (+0000) Subject: Restore change 27486 accidently removed (also added to 1.19 before release) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88517a295e2cbde1046f3c95e6e78054c21985fa;p=p5sagit%2Fp5-mst-13.2.git Restore change 27486 accidently removed (also added to 1.19 before release) p4raw-id: //depot/perl@29499 --- diff --git a/ext/List/Util/multicall.h b/ext/List/Util/multicall.h index 935d7ed..b8296e1 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