summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-03-15 14:56:59 -0600
committerKarl Williamson <khw@cpan.org>2022-09-01 10:28:26 -0600
commit467b0d670252dc354cb1d7f51f44fd6ae198df61 (patch)
treead17775479bbcfbb9209860015d38dcd3c0e1105 /embed.h
parent1362b2644fe28482093e6a00619d9f8a45013388 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index f1b5d2c18b..25797132db 100644
--- a/embed.h
+++ b/embed.h
@@ -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