4 #include "util.h" /* XSH_PACKAGE, STMT_* */
11 # define XSH_D(X) STMT_START X STMT_END
12 static void xsh_debug_log(const char *fmt, ...) {
17 sv = get_sv(XSH_PACKAGE "::DEBUG", 0);
19 PerlIO_vprintf(Perl_debug_log, fmt, va);
27 #endif /* XSH_DEBUG_H */