* alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 18:51:02 +0000 (11:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 18:51:02 +0000 (11:51 -0700)
commit5a25e253b46a4f0def2361b1f34ff6c556f138ba
treea279d668f6f49637e787c501b5b9d69137f55af4
parentc0c5c8ae3686b2fced5aed6e2e15d8222382c4b7
* alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)

(n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
These were 'int' variables that could overflow on 64-bit hosts;
they were never used, so remove them instead of repairing them.
src/ChangeLog
src/alloc.c