projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9e84f09
)
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
patch
|
blob
|
blame
|
history
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