Change 27486 by [EMAIL PROTECTED] on 2006/03/13 17:34:09
Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
From: Robin Houston <[EMAIL PROTECTED]>
Date: Mon, 13 Mar 2006 12:48:21 +0000
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/ext/List/Util/multicall.h#3 edit
Differences ...
==== //depot/perl/ext/List/Util/multicall.h#3 (text) ====
Index: perl/ext/List/Util/multicall.h
--- perl/ext/List/Util/multicall.h#2~26054~ 2005-11-09 01:15:04.000000000
-0800
+++ perl/ext/List/Util/multicall.h 2006-03-13 09:34:09.000000000 -0800
@@ -160,6 +160,7 @@
POPSTACK; \
CATCH_SET(multicall_oldcatch); \
LEAVE; \
+ SPAGAIN;
} STMT_END
#endif
End of Patch.