From: Steve Peters Date: Thu, 3 Nov 2005 21:23:48 +0000 (+0000) Subject: Reverting the reversion. va_end() goes with va_start(). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31427afec1d22b154bc26076ccf058eb9fa9220d;p=p5sagit%2Fp5-mst-13.2.git Reverting the reversion. va_end() goes with va_start(). p4raw-id: //depot/perl@25980 --- diff --git a/mg.c b/mg.c index 58f9509..fc4a1d4 100644 --- a/mg.c +++ b/mg.c @@ -2742,11 +2742,7 @@ Perl_sighandler(int sig) PUSHs(newSVpv((void*)sip, sizeof(*sip))); } - /* - * This va_end caused tests to fail ext/B/t/f_sort.t. What was - * that line about Jenga again? - * va_end(args); - */ + va_end(args); } } #endif