This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4552a2
)
Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What
author
Steve Peters
<steve@fisharerojo.org>
Thu, 3 Nov 2005 17:27:58 +0000
(17:27 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Thu, 3 Nov 2005 17:27:58 +0000
(17:27 +0000)
was that line about Jenga again?
p4raw-id: //depot/perl@25977
mg.c
patch
|
blob
|
blame
|
history
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