comparison src/ChangeLog @ 5164:8bf9e67e06ec

Fix broken compile of window.c under Visual Studio 6.
author Vin Shelton <acs@xemacs.org>
date Mon, 22 Mar 2010 19:04:51 -0400
parents 57f4dcb14ad5
children be6e5ea38dda
comparison
equal deleted inserted replaced
5163:57f4dcb14ad5 5164:8bf9e67e06ec
1 2010-03-22 Vin Shelton <acs@xemacs.org>
2
3 * window.c (vars_of_window): Move HAVE_SCROLLBARS test so the code
4 can compile under Visual Studio 6.
5
1 2010-03-21 Aidan Kehoe <kehoea@parhasard.net> 6 2010-03-21 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * alloc.c (tick_lrecord_stats): 8 * alloc.c (tick_lrecord_stats):
4 Fix the union build after Ben's last change, don't assume that a 9 Fix the union build after Ben's last change, don't assume that a
5 Lisp_Object will fit into a Bytecount. 10 Lisp_Object will fit into a Bytecount.