This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/uniprops.t: Add more description for \b{} tests
[perl5.git] / intrpvar.h
index f540a9d..ca1bb71 100644 (file)
@@ -567,6 +567,7 @@ PERLVARI(I, collation_ix, U32,      0)      /* Collation generation index */
 PERLVARA(I, strxfrm_min_char, 3, char)
 PERLVARI(I, strxfrm_is_behaved, bool, TRUE)
                             /* Assume until proven otherwise that it works */
+PERLVARI(I, strxfrm_max_cp, U8, 0)      /* Highest collating cp in locale */
 PERLVARI(I, collation_standard, bool, TRUE)
                                        /* Assume simple collation */
 #endif /* USE_LOCALE_COLLATE */