mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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:
parent
43896e913a
commit
1dce684051
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84501
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user