diff options
-rw-r--r-- | lib/unicore/mktables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 2e061e1d3a..824cdd133d 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -12604,7 +12604,7 @@ sub make_table_pod_entries($) { if ($table_property != $perl && $table->perl_extension) { push @info, '(Perl extension)'; } - push @info, "($string_count)" if $output_range_counts; + push @info, "($string_count)"; # Now, we have both the entry and info so add them to the # list of all the properties. |