summaryrefslogtreecommitdiff
path: root/charclass_invlists.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-06 17:50:23 -0700
committerKarl Williamson <khw@cpan.org>2019-03-07 13:14:26 -0700
commit21c34e9717de1e37a5e25d2e7d748da66c781488 (patch)
tree86ce71d42ceff26db39bfd0c754a2aa45197da2b /charclass_invlists.h
parentb37d10f658c300104241001e3f5de1f31d62b22f (diff)
downloadperl-21c34e9717de1e37a5e25d2e7d748da66c781488.tar.gz
Add hook for Unicode private use override
I am starting to write a Unicode::Private_Use module which will allow one to specify the Unicode properties of private use code points, thus making them actually useful. This commit adds a hook to regcomp.c to accommodate this module. The changes are pretty minimal. This way we don't have to wait another release cycle to get it out there. I don't want to document this interface, until it's proven.
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r--charclass_invlists.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index 5da5c7c8a6..557f021a5b 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -390181,5 +390181,5 @@ static const U8 WB_table[23][23] = {
* 93cc868487ef3345596041bcb90c302b1b056733bb95233101bc10dc2dbe36b4 lib/unicore/version
* 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl
* 03e51b0f07beebd5da62ab943899aa4934eee1f792fa27c1fb638c33bf4ac6ea regen/mk_PL_charclass.pl
- * 2fb19108265d37fc38920cd3f775c5c9fc25ae8b95be3bf197f47da1dc4989f4 regen/mk_invlists.pl
+ * d62728e4cfcba3e6550ff12ad924f4811ca2077ebec705b9fecabed716764414 regen/mk_invlists.pl
* ex: set ro: */