This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable perlio mutexes under threads (by Jarkko)
[perl5.git] / genpacksizetables.pl
index 5872e86..9dffc2c 100755 (executable)
@@ -38,7 +38,7 @@ sub make_tables {
                       $unpredictable, $nocsum, $size, $condition);
     }
 
-    my $text = "const packprops_t packprops[512] = {\n";
+    my $text = "STATIC const packprops_t packprops[512] = {\n";
     foreach my $arrayname (qw(normal shrieking)) {
         my $array = $arrays{$arrayname} ||
             die "No defined entries in $arrayname";