* alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 19:07:55 +0000 (12:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 19:07:55 +0000 (12:07 -0700)
commit6349ae4d9c0e2a2986e2800dcea6a029fbc60d23
tree9e12b70d2fed0d2c03c060c5ed1e8626ec6443f9
parent211a0b2a705753ca0d3f8040f177f0d788298bb6
* alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value.

Previously, this ceilinged at INT_MAX, but that doesn't work on
64-bit machines.
src/ChangeLog
src/alloc.c