* lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Oct 2007 21:24:47 +0000 (21:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Oct 2007 21:24:47 +0000 (21:24 +0000)
commit878f97ffedc5b4fc785beac809c3d4392f531eca
tree862d3533e412791972f9fd44fa4072d8173ff357
parent5b2f56dfa64ff88188ece5093589a52542163e46
* lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
Turn `count' into an integer.
* fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
(sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
* print.c (print_object) <HASH_TABLE_P>: `count' is an int.
* alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
(mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
src/ChangeLog
src/alloc.c
src/fns.c
src/lisp.h
src/print.c