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
@ -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