Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What
Steve Peters [Thu, 3 Nov 2005 17:27:58 +0000 (17:27 +0000)]
was that line about Jenga again?

p4raw-id: //depot/perl@25977

mg.c

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