]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Temporarily rename xsh_debug_log to su_debug_log
authorDavid Mitchell <davem@iabyn.com>
Thu, 14 Apr 2016 14:39:37 +0000 (15:39 +0100)
committerVincent Pit <perl@profvince.com>
Mon, 30 May 2016 12:35:44 +0000 (14:35 +0200)
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

xsh/debug.h

index 707c76032eb04660aab844d27edba70a605364f8..e44428c40db7af3bd8837731728237b6a98779ec 100644 (file)
@@ -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;