* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
commit5bb7dfee821bc910d9848085b2ab6b78c70330f6
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Jul 2007 15:26:31 +0000 (11 15:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Jul 2007 15:26:31 +0000 (11 15:26 +0000)
treefc7550144c3d5eef56dbac6cf915bd527922cfc5
parent8991fa8fd3a215489a4e41182c35fd4a228f0f7a
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
from a Lisp_Object into a bare pointer.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Adjust the code correspondingly.
src/ChangeLog
src/fns.c
src/lisp.h