comparison src/ChangeLog @ 5163:57f4dcb14ad5

Don't assume a Lisp_Object will fit in a Bytecount, src/alloc.c 2010-03-21 Aidan Kehoe <kehoea@parhasard.net> * alloc.c (tick_lrecord_stats): Fix the union build after Ben's last change, don't assume that a Lisp_Object will fit into a Bytecount.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 21 Mar 2010 13:25:21 +0000
parents ab9ee10a53e4
children 8bf9e67e06ec
comparison
equal deleted inserted replaced
5162:41262f87eb39 5163:57f4dcb14ad5
1 2010-03-21 Aidan Kehoe <kehoea@parhasard.net>
2
3 * alloc.c (tick_lrecord_stats):
4 Fix the union build after Ben's last change, don't assume that a
5 Lisp_Object will fit into a Bytecount.
6
1 2010-03-20 Ben Wing <ben@xemacs.org> 7 2010-03-20 Ben Wing <ben@xemacs.org>
2 8
3 * alloc.c: 9 * alloc.c:
4 * alloc.c (init_lrecord_stats): 10 * alloc.c (init_lrecord_stats):
5 * alloc.c (free_normal_lisp_object): 11 * alloc.c (free_normal_lisp_object):