summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-15 05:13:20 -0700
committerKarl Williamson <khw@cpan.org>2020-01-23 15:46:55 -0700
commit8911f9b08690cf19ba7c9b935e2549c03ff4148b (patch)
treeb54e984f258cdd95e65aa965e9fe1baa43294cbe /perl.h
parentdc4a6683f83a4b8a2cbab4c2a31f790d4b77dc4e (diff)
downloadperl-8911f9b08690cf19ba7c9b935e2549c03ff4148b.tar.gz
utf8.c: Make global a warning msg text
This is in preparation for it to be raised in other files
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index c374da7399..c75ddeda47 100644
--- a/perl.h
+++ b/perl.h
@@ -4642,7 +4642,9 @@ EXTCONST char PL_no_localize_ref[]
INIT("Can't localize through a reference");
EXTCONST char PL_memory_wrap[]
INIT("panic: memory wrap");
-
+EXTCONST char PL_extended_cp_format[]
+ INIT("Code point 0x%" UVXf " is not Unicode, requires a Perl extension,"
+ " and so is not portable");
EXTCONST char PL_Yes[]
INIT("1");
EXTCONST char PL_No[]