From: Steve Peters Date: Thu, 3 Nov 2005 17:27:58 +0000 (+0000) Subject: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fcd9d3089367ef25a1979dbcb6de9c4be99bd205;p=p5sagit%2Fp5-mst-13.2.git Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What was that line about Jenga again? p4raw-id: //depot/perl@25977 --- diff --git a/mg.c b/mg.c index d677e44..58f9509 100644 --- a/mg.c +++ b/mg.c @@ -2742,7 +2742,11 @@ Perl_sighandler(int sig) PUSHs(newSVpv((void*)sip, sizeof(*sip))); } - va_end(args); + /* + * This va_end caused tests to fail ext/B/t/f_sort.t. What was + * that line about Jenga again? + * va_end(args); + */ } } #endif