• Stefan Monnier's avatar
    * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end. · 878f97ff
    Stefan Monnier authored
    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.
    878f97ff
print.c 68 KB