From 7df28572480c7779cafcde90051419467d1add51 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 May 2005 12:24:52 +0000 Subject: [PATCH] Reduce large symbol warning threshold, now that most of the really large symbols have been fixed. --- src/util/symcheck.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/symcheck.pl b/src/util/symcheck.pl index d5dce821..df37a253 100755 --- a/src/util/symcheck.pl +++ b/src/util/symcheck.pl @@ -3,7 +3,7 @@ use strict; use warnings; -use constant WARNING_SIZE => 2048; +use constant WARNING_SIZE => 512; my $symtab = {};