Reverting the reversion. va_end() goes with va_start().
Steve Peters [Thu, 3 Nov 2005 21:23:48 +0000 (21:23 +0000)]
p4raw-id: //depot/perl@25980

mg.c

diff --git a/mg.c b/mg.c
index 58f9509..fc4a1d4 100644 (file)
--- 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