Increase the table size by an order of magnitude.

The previous version was too small and YACC core dumped on the during the
hybrid-7 build.

Submitted by:	Diane Bruce <db@db.net>
This commit is contained in:
David E. O'Brien 2001-10-05 00:46:22 +00:00
parent 43896e913a
commit 1dce684051
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84501

View File

@ -526,7 +526,7 @@ pack_table()
base = NEW2(nvectors, short);
pos = NEW2(nentries, short);
maxtable = 1000;
maxtable = 10000;
table = NEW2(maxtable, short);
check = NEW2(maxtable, short);