summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-07-14 13:56:44 -0600
committerKarl Williamson <khw@cpan.org>2017-07-14 14:54:09 -0600
commit9c8a6dc2b06f6e6fe87aaae5c0aeccc13551c2a4 (patch)
treeaf03d23b8aef888f80286cc91ddf0c8c3c571960 /embed.h
parent0c880285bc6c49738f19600d07f9c86398cb1f67 (diff)
downloadperl-9c8a6dc2b06f6e6fe87aaae5c0aeccc13551c2a4.tar.gz
Add debugging to locale handling
These debug statements have proven useful in the past tracking down problems. I looked them over and kept the ones that I though might be useful in the future. This includes extracting some code into a static function so it can be called from more than one place.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 608d252e54..5439de8c0b 100644
--- a/embed.h
+++ b/embed.h
@@ -1494,6 +1494,7 @@
#define tokereport(a,b) S_tokereport(aTHX_ a,b)
# endif
# if defined(USE_LOCALE) && defined(PERL_IN_LOCALE_C)
+#define print_bytes_for_locale(a,b,c) S_print_bytes_for_locale(aTHX_ a,b,c)
#define print_collxfrm_input_and_return(a,b,c,d) S_print_collxfrm_input_and_return(aTHX_ a,b,c,d)
# endif
# endif