diff --git a/src/gvars.c b/src/gvars.c index fb3eee6adf..f0503d34c5 100644 --- a/src/gvars.c +++ b/src/gvars.c @@ -1188,7 +1188,7 @@ static Int InitLibrary ( SET_LEN_PLIST( FopiesGVars, 0 ); /* make the list of global variables */ - SizeGVars = 997; + SizeGVars = 14033; TableGVars = NEW_PLIST( T_PLIST, SizeGVars ); SET_LEN_PLIST( TableGVars, SizeGVars ); diff --git a/src/records.c b/src/records.c index 0bee3cfb01..2cee4540d8 100644 --- a/src/records.c +++ b/src/records.c @@ -739,7 +739,7 @@ static Int InitLibrary ( SET_LEN_PLIST( NamesRNam, 0 ); /* make the hash list of record names */ - SizeRNam = 997; + SizeRNam = 14033; HashRNam = NEW_PLIST( T_PLIST, SizeRNam ); MakeBagPublic(HashRNam); SET_LEN_PLIST( HashRNam, SizeRNam );