This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Automatically SPAGAIN in the poor-man's-multicall API
[perl5.git] / ext / List / Util / multicall.h
index 935d7ed..fe49512 100644 (file)
@@ -160,6 +160,7 @@ multicall_pad_push(pTHX_ AV *padlist, int depth)
        POPSTACK;                                                       \
        CATCH_SET(multicall_oldcatch);                                  \
        LEAVE;                                                          \
+       SPAGAIN;
     } STMT_END
 
 #endif