comparison src/ChangeLog @ 2658:a48989ca6db3

[xemacs-hg @ 2005-03-13 09:20:58 by crestani] Fix native Windows build if DEBUG_XEMACS is not defined. * alloc.c (MALLOC_BEGIN): Remove unused parameter. * intl-win32.c (unicode_multibyte_convert_size): Move function call out of assert.
author crestani
date Sun, 13 Mar 2005 09:21:04 +0000
parents 4769b9c268eb
children 674ee2dfe5fc
comparison
equal deleted inserted replaced
2657:48e27e1d7e63 2658:a48989ca6db3
1 2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 Fix native Windows build if DEBUG_XEMACS is not defined.
4 * alloc.c (MALLOC_BEGIN): Remove unused parameter.
5 * intl-win32.c (unicode_multibyte_convert_size): Move function
6 call out of assert.
7
1 2005-03-11 David Robinow <drobinow@yahoo.com> 8 2005-03-11 David Robinow <drobinow@yahoo.com>
2 9
3 * syssignal.h: Configure always sets HAVE_DECL_SYS_SIGLIST. Test 10 * syssignal.h: Configure always sets HAVE_DECL_SYS_SIGLIST. Test
4 for non-zero. 11 for non-zero.
5 12