comparison src/ChangeLog @ 81814:d484a8f11257

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 11 Jul 2007 15:26:31 +0000
parents 3b39669cb653
children 6716c667c415
comparison
equal deleted inserted replaced
81813:32d8fd242bb2 81814:d484a8f11257
1 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
4 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
5 from a Lisp_Object into a bare pointer.
6 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
7 Adjust the code correspondingly.
8
9 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
10
11 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
12 (term_show_mouse_face): Remove unused var `j'.
13 (handle_one_term_event): Remove unused vars `i' and `j'.
14 Don't cast return value of ttyname since it's not necessary.
15
1 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> 16 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using 18 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
4 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>. 19 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
5 20