diff options
author | Karl Williamson <khw@cpan.org> | 2021-03-15 14:56:59 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-09-01 10:28:26 -0600 |
commit | 467b0d670252dc354cb1d7f51f44fd6ae198df61 (patch) | |
tree | ad17775479bbcfbb9209860015d38dcd3c0e1105 /embed.h | |
parent | 1362b2644fe28482093e6a00619d9f8a45013388 (diff) | |
download | perl-467b0d670252dc354cb1d7f51f44fd6ae198df61.tar.gz |
locale.c: Improve debugging for mem_collxfrm()
This prints out more information, better organized.
It also moves up the info from -DLv to plain -DL
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1604,7 +1604,7 @@ # if defined(PERL_IN_LOCALE_C) # if defined(USE_LOCALE) #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) +#define print_collxfrm_input_and_return(a,b,c,d,e) S_print_collxfrm_input_and_return(aTHX_ a,b,c,d,e) #define setlocale_debug_string_i S_setlocale_debug_string_i # endif # endif |