Mercurial > emacs
comparison src/ChangeLog @ 84980:db5465b7ec88
(safe_debug_print): Use XHASH.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 29 Sep 2007 20:55:28 +0000 |
parents | 79d85dce25a5 |
children | a35153116cd0 |
comparison
equal
deleted
inserted
replaced
84979:79d85dce25a5 | 84980:db5465b7ec88 |
---|---|
1 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * print.c (safe_debug_print): Use XHASH. | |
2 | 4 |
3 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of | 5 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of |
4 Lisp elements such as tags. | 6 Lisp elements such as tags. |
5 (XHASH): New macro. | 7 (XHASH): New macro. |
6 (EQ): Use it. | 8 (EQ): Use it. |