* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change its type.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jun 2007 03:48:22 +0000 (03:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jun 2007 03:48:22 +0000 (03:48 +0000)
commit6c661ec965ca0f1c9cf2b7e33ebe85eabef2e6fb
tree647ee14d8e5675af3f8cff86cefdb387c6973ecc
parent2706ceb633bedd382772741c0b73baef116d8eda
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change its type.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Update to the new type of weak_hash_tables and next_weak.

* lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
a plain C pointer to Lisp_Hash_Table.
src/ChangeLog
src/fns.c
src/lisp.h