Cleanup basic allocation variables and functions.
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 15 Jul 2012 11:17:09 +0000 (15:17 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 15 Jul 2012 11:17:09 +0000 (15:17 +0400)
commitfff62aa9aea4f6c2aadcef4cdc203cdf60ba224c
tree7298cc895d53a62ed0c3d0cf7bfd8910980d0128
parent9730daca4425e2014ff43a3b1b205b598e63c72a
Cleanup basic allocation variables and functions.
* alloc.c (ignore_warnings, init_intervals, init_float)
(init_cons, init_symbol, init_marker): Remove.
(interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
(float_block_index): Initialize to FLOAT_BLOCK_SIZE.
(cons_block_index): Initialize to CONS_BLOCK_SIZE.
(symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
(marker_block_index): Initialize to MARKER_BLOCK_SIZE.
(staticidx, init_alloc_once, init_strings, free_ablock):
Remove redundant initialization.
* fns.c (init_weak_hash_tables): Remove.
* lisp.h (init_weak_hash_tables): Remove prototype.
src/ChangeLog
src/alloc.c
src/fns.c
src/lisp.h