Skip to content

Commit

Permalink
XXX sv.c: temp Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jan 21, 2023
1 parent bb8aabf commit 2eaae04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sv.c
Original file line number Diff line number Diff line change
Expand Up @@ -16017,10 +16017,13 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
# endif
#endif /* !USE_LOCALE_NUMERIC */
#if defined(USE_POSIX_2008_LOCALE)
DEBUG_Lv(PerlIO_printf(Perl_debug_log,
"(%" LINE_Tf "): PL_cur_locale_obj was %p\n", __LINE__, PL_cur_locale_obj));
PL_scratch_locale_obj = NULL;
PL_cur_locale_obj = PL_C_locale_obj;
DEBUG_Lv(PerlIO_printf(Perl_debug_log,
"(%" LINE_Tf "): PL_cur_locale_obj now %p\n", __LINE__, PL_cur_locale_obj));
#endif

#ifdef HAS_MBRLEN
PL_mbrlen_ps = proto_perl->Imbrlen_ps;
#endif
Expand Down

0 comments on commit 2eaae04

Please sign in to comment.