summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-27 23:06:46 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-28 09:39:08 -0700
commite12272fc5eb86388de50059ac74317661bf13377 (patch)
tree9cae31519d3e619801bcdcdd4133226ca3bdb16b /lib
parentd084b374bac8deddd97de0f076cd64d4e8cb4ecd (diff)
downloadperl-e12272fc5eb86388de50059ac74317661bf13377.tar.gz
mktables: Refer to an actual commit number
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 8f6def0729..5da1d7c0ef 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -13875,8 +13875,9 @@ sub compile_perl() {
# GREEK SMALL MU (from the MICRO SIGN), but it's easy to make the code
# completely general, which should catch any unexpected changes or errors.
# We look at each code point 0-255, and add its fold (including each part
- # of a multi-char fold) to the list. See the commit message for these
- # changes for a more complete description of the MU issue.
+ # of a multi-char fold) to the list. See commit message
+ # 31f05a37c4e9c37a7263491f2fc0237d836e1a80 for a more complete description
+ # of the MU issue.
foreach my $range ($loc_problem_folds->ranges) {
foreach my $code_point($range->start .. $range->end) {
my $fold_range = $cf->containing_range($code_point);