summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-11-03 17:27:58 +0000
committerSteve Peters <steve@fisharerojo.org>2005-11-03 17:27:58 +0000
commitfcd9d3089367ef25a1979dbcb6de9c4be99bd205 (patch)
treea6e68a145d6a88ed4c7f986ea67fe6b65a90bac7 /mg.c
parentb4552a27c5bde2b942c656d09569805009152afb (diff)
downloadperl-fcd9d3089367ef25a1979dbcb6de9c4be99bd205.tar.gz
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
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