summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index d677e44070..58f9509453 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