diff options
author | Karl Williamson <khw@cpan.org> | 2017-07-14 13:56:44 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-07-14 14:54:09 -0600 |
commit | 9c8a6dc2b06f6e6fe87aaae5c0aeccc13551c2a4 (patch) | |
tree | af03d23b8aef888f80286cc91ddf0c8c3c571960 /embed.h | |
parent | 0c880285bc6c49738f19600d07f9c86398cb1f67 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |