summaryrefslogtreecommitdiff
path: root/charclass_invlists.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-07-30 16:50:45 +0200
committerYves Orton <demerphq@gmail.com>2022-08-03 11:07:09 +0200
commitd1907b9404696dcfd0b4dbd7fe1b07f9beff8585 (patch)
treeec0dd78b0daba96d45b2e3c344984fb2785d5c87 /charclass_invlists.h
parent4dd48237e57323de056710e155ba3be1fd67c65f (diff)
downloadperl-d1907b9404696dcfd0b4dbd7fe1b07f9beff8585.tar.gz
regen/mk_invlists.pl - under DEBUG=1 show some progress output
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r--charclass_invlists.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index 1efefac848..973ac9e519 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -15,10 +15,10 @@
* encompassing all of the Unicode BMP, and thus including all the economically
* important world scripts. At 12 most of them are: including Arabic,
* Cyrillic, Greek, Hebrew, Indian subcontinent, Latin, and Thai; but not Han,
- * Japanese, nor Korean. (The regarglen structure in regnodes.h is a U8, and
- * the trie types TRIEC and AHOCORASICKC are larger than U8 for shift values
- * above 12.) Be sure to benchmark before changing, as larger sizes do
- * significantly slow down the test suite */
+ * Japanese, nor Korean. The regnode sizing data structure in regnodes.h currently
+ * uses a U8, and the trie types TRIEC and AHOCORASICKC are larger than U8 for
+ * shift values above 12.) Be sure to benchmark before changing, as larger sizes
+ * do significantly slow down the test suite. */
#define NUM_ANYOF_CODE_POINTS (1 << 8)
@@ -430756,5 +430756,5 @@ static const U8 WB_table[23][23] = {
* c72bbdeda99714db1c8024d3311da4aef3c0db3b9b9f11455a7cfe10d5e9aba3 lib/unicore/version
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl
- * 9fcf5cbe9d04768ff18b5ac33c1ec809f2e8b64bc45ff303aad480936a55c35b regen/mk_invlists.pl
+ * 2a64e8b4ca351f490530bdf8c7b4962c407b7ed6a1123eeb8d9e8e0e4236d16a regen/mk_invlists.pl
* ex: set ro: */