summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/unicore/mktables2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 25a74ec60a..e93e0a288a 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -4967,7 +4967,7 @@ sub trace { return main::trace(@_); }
# utf8.c, which can't really deal with empty tables, but it can
# deal with a table that matches nothing, as the inverse of 'Any'
# does.
- push @OUT, "!utf8::IsAny\n";
+ push @OUT, "!utf8::Any\n";
}
else {
my $range_size_1 = $range_size_1{$addr};