Reduce large symbol warning threshold, now that most of the really

large symbols have been fixed.
pull/1/head
Michael Brown 2005-05-03 12:24:52 +00:00
parent 42eb786ced
commit 7df2857248
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
use strict;
use warnings;
use constant WARNING_SIZE => 2048;
use constant WARNING_SIZE => 512;
my $symtab = {};