summaryrefslogtreecommitdiff
path: root/genpacksizetables.pl
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2005-11-04 21:08:03 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-07 12:20:59 +0000
commitf43a9a3142f71956ec256aa7b03ca89db65cbb0c (patch)
treee9732d63f56305fe09f3bf4b78e6c55323eb479f /genpacksizetables.pl
parenta524427e6ceca2ff254244fa1710549aac1dcfba (diff)
downloadperl-f43a9a3142f71956ec256aa7b03ca89db65cbb0c.tar.gz
Missing static declarations
Message-ID: <lracgj1bv0.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26032
Diffstat (limited to 'genpacksizetables.pl')
-rwxr-xr-xgenpacksizetables.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/genpacksizetables.pl b/genpacksizetables.pl
index 5872e86a9c..9dffc2c6ca 100755
--- a/genpacksizetables.pl
+++ b/genpacksizetables.pl
@@ -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";