The function print_bytes_for_locale() should be defined if DEBUGGING;
prior to this commit it didn't get defined unless LC_COLLATE was
defined on the platform.
PerlIO_printf(Perl_debug_log, "'\n");
}
+# endif /* DEBUGGING */
+#endif /* USE_LOCALE_COLLATE */
+#ifdef DEBUGGING
+
STATIC void
S_print_bytes_for_locale(pTHX_
const char * const s,
}
}
-# endif /* #ifdef DEBUGGING */
-#endif /* USE_LOCALE_COLLATE */
+#endif /* #ifdef DEBUGGING */
#ifdef USE_LOCALE