Skip to content

Commit 3c04f96

Browse files
committed
XXX sv.c: temp Debug
1 parent ba1a1db commit 3c04f96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sv.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16017,10 +16017,13 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
1601716017
# endif
1601816018
#endif /* !USE_LOCALE_NUMERIC */
1601916019
#if defined(USE_POSIX_2008_LOCALE)
16020+
DEBUG_Lv(PerlIO_printf(Perl_debug_log,
16021+
"(%" LINE_Tf "): PL_cur_locale_obj was %p\n", __LINE__, PL_cur_locale_obj));
1602016022
PL_scratch_locale_obj = NULL;
1602116023
PL_cur_locale_obj = PL_C_locale_obj;
16024+
DEBUG_Lv(PerlIO_printf(Perl_debug_log,
16025+
"(%" LINE_Tf "): PL_cur_locale_obj now %p\n", __LINE__, PL_cur_locale_obj));
1602216026
#endif
16023-
1602416027
#ifdef HAS_MBRLEN
1602516028
PL_mbrlen_ps = proto_perl->Imbrlen_ps;
1602616029
#endif

0 commit comments

Comments
 (0)