projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
477140e
)
Automatically SPAGAIN in the poor-man's-multicall API
Robin Houston [Mon, 13 Mar 2006 12:48:21 +0000 (12:48 +0000)]
Message-ID: <
20060313124821
.GA11203@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@27486
ext/List/Util/multicall.h
patch
|
blob
|
blame
|
history
diff --git
a/ext/List/Util/multicall.h
b/ext/List/Util/multicall.h
index
935d7ed
..
fe49512
100644
(file)
--- 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