From: David Mitchell Date: Thu, 14 Apr 2016 14:39:37 +0000 (+0100) Subject: Temporarily rename xsh_debug_log to su_debug_log X-Git-Tag: rt112246^2~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=f81dd131076943359ae3b847cea7d44709e0f4a8 Temporarily rename xsh_debug_log to su_debug_log In a previous commit that function was renamed, but none of its callers were renamed. For now, revert the function back to its old name --- 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;