was that line about Jenga again?
p4raw-id: //depot/perl@25977
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