summaryrefslogtreecommitdiff
path: root/charclass_invlists.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-20 15:38:33 -0700
committerKarl Williamson <khw@cpan.org>2022-06-12 09:50:10 -0600
commit91456fff21e82fb5e4202c84a0c4ae13dbccdee7 (patch)
tree7106edd960b3070122e28c7f3571baf637aee88b /charclass_invlists.h
parent5bf5e40b412e024945b916ee4d0a0b8cac2decda (diff)
downloadperl-91456fff21e82fb5e4202c84a0c4ae13dbccdee7.tar.gz
Change handy.h macro names to be C standard conformant
C reserves symbols beginning with underscores for its own use. This commit moves the underscore so it is trailing, which is legal. The symbols changed here are many of the ones in handy.h that have significant uses outside it.
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r--charclass_invlists.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index 7a4ec1f7f8..23057db6e3 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -430724,7 +430724,6 @@ static const U8 WB_table[23][23] = {
* 9e06e9f35c6959fb91dcc7993f90d58523c3079bc62c6b25f828b4cdebc5d70c lib/unicore/LineBreak.txt
* 14b3b677d33f95c51423dce6eef4a6a28b4b160451ecedee4b91edb6745cf4a3 lib/unicore/NameAliases.txt
* db5745688affcdc0c3927a1ee0667018a96a7b24513f866d5235e98fef6c2436 lib/unicore/NamedSequences.txt
- * 7cb30cc2abe6c29c292b99095865d379ce1213045c78c4ff59c7e9391bbe2331 lib/unicore/NormTest.txt
* 6bddfdb850417a5bee6deff19290fd1b138589909afb50f5a049f343bf2c6722 lib/unicore/PropList.txt
* eb755757e20b72b330b2948df3cf2ff7adb0e31bb060140dc09dafb132ace2cd lib/unicore/PropValueAliases.txt
* 859d7225f2d2a460b3ccb1d61a7945f8cc219acdf5aa53b66b7a1e4bf6ebfc87 lib/unicore/PropertyAliases.txt
@@ -430755,6 +430754,6 @@ static const U8 WB_table[23][23] = {
* 1e514199c3fa46f5df6148d272db7bddbfd5e89c9710e39773ef9d734f344a2f lib/unicore/mktables
* c72bbdeda99714db1c8024d3311da4aef3c0db3b9b9f11455a7cfe10d5e9aba3 lib/unicore/version
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
- * 5f8520d3a17ade6317fc0c423f5091470924b1ef425bca0c41ce8e4a9f8460fe regen/mk_PL_charclass.pl
+ * c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl
* 9fcf5cbe9d04768ff18b5ac33c1ec809f2e8b64bc45ff303aad480936a55c35b regen/mk_invlists.pl
* ex: set ro: */