author | Camm Maguire <camm@debian.org> | 2015年02月07日 09:59:00 -0500 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2015年02月07日 09:59:00 -0500 |
commit | 6c80891ca71455fd62f2d7da79cc5294903caac2 (patch) | |
tree | 41e9ac7bd31061271f8a23b0bf6ddcddd4e67011 | |
parent | 0b30f757c0cb5426c86720cf782f3d5b88c72131 (diff) | |
download | gcl-relocatable_cons1.tar.gz |
-rw-r--r-- | gcl/o/alloc.c | 2 |
diff --git a/gcl/o/alloc.c b/gcl/o/alloc.c index 2a14df6a8..b2ecb3850 100644 --- a/gcl/o/alloc.c +++ b/gcl/o/alloc.c @@ -526,7 +526,7 @@ alloc_from_freelist(struct typemanager *tm,fixnum n) { default: if (tm==tm_table+t_cons && sSAstatic_relocatable_bufferA) { if (sSAstatic_relocatable_bufferA->s.s_dbind==Cnil) { - sSAstatic_relocatable_bufferA->s.s_dbind=(VFUN_NARGS=4,FFN(fSmake_vector1)(make_fixnum(4000000),fSget_aelttype(sLfixnum),Ct,make_fixnum(0))); + sSAstatic_relocatable_bufferA->s.s_dbind=(VFUN_NARGS=4,FFN(fSmake_vector1)(make_fixnum(400000),fSget_aelttype(sLfixnum),Ct,make_fixnum(0))); } if (sSAstatic_relocatable_bufferA->s.s_dbind!=Cnil) { if (sSAstatic_relocatable_bufferA->s.s_dbind->v.v_fillp==sSAstatic_relocatable_bufferA->s.s_dbind->v.v_dim/2) |