diff options
author | Karl Williamson <khw@cpan.org> | 2015-08-20 11:52:51 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-08-20 12:48:20 -0600 |
commit | 356ad745a622c0a0675fbc8f0abb7a0eb2e5ce51 (patch) | |
tree | 433efa602d42afa94e429874e255be5298c1180a /lib/unicore | |
parent | f8b690041a9dddc2b00dd38a514deed7abc7aa3f (diff) | |
download | perl-356ad745a622c0a0675fbc8f0abb7a0eb2e5ce51.tar.gz |
mktables: Comment changes only
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index af63b84f4d..c621923828 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -13252,9 +13252,9 @@ END # For each property, fill in any missing mappings, and calculate the re # match tables. If a property has more than one missing mapping, the - # default is a reference to a data structure, and requires data from other - # properties to resolve. The sort is used to cause these to be processed - # last, after all the other properties have been calculated. + # default is a reference to a data structure, and may require data from + # other properties to resolve. The sort is used to cause these to be + # processed last, after all the other properties have been calculated. # (Fortunately, the missing properties so far don't depend on each other.) foreach my $property (sort { (defined $a->default_map && ref $a->default_map) ? 1 : -1 } @@ -13564,7 +13564,7 @@ sub pre_3_dot_1_Nl () { return $Nl; } -sub calculate_Assigned() { # Calculate the gc != Cn code points; may be +sub calculate_Assigned() { # Set $Assigned to the gc != Cn code points; may be # called before the Cn's are completely filled. # Works on Unicodes earlier than ones that # explicitly specify Cn. |