X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=xsh%2Fdebug.h;h=e44428c40db7af3bd8837731728237b6a98779ec;hp=707c76032eb04660aab844d27edba70a605364f8;hb=f81dd131076943359ae3b847cea7d44709e0f4a8;hpb=da5a83af50b62d200a1255f470a1403a342da901 diff --git a/xsh/debug.h b/xsh/debug.h index 707c760..e44428c 100644 --- a/xsh/debug.h +++ b/xsh/debug.h @@ -9,7 +9,7 @@ #if XSH_DEBUG # define XSH_D(X) STMT_START X STMT_END -static void xsh_debug_log(const char *fmt, ...) { +static void su_debug_log(const char *fmt, ...) { va_list va; SV *sv; dTHX;