X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=xsh%2Fdebug.h;h=707c76032eb04660aab844d27edba70a605364f8;hp=e44428c40db7af3bd8837731728237b6a98779ec;hb=7dd03ea1e86b8d76c2186af04c542883f215f458;hpb=eef3f2764e7018e3eaf2f1d11f249b510d023a2d diff --git a/xsh/debug.h b/xsh/debug.h index e44428c..707c760 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 su_debug_log(const char *fmt, ...) { +static void xsh_debug_log(const char *fmt, ...) { va_list va; SV *sv; dTHX;