Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Mar 12 22:51:30 2005 +0000 +++ b/src/ChangeLog Sun Mar 13 09:21:04 2005 +0000 @@ -1,3 +1,10 @@ +2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de> + + 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. + 2005-03-11 David Robinow <drobinow@yahoo.com> * syssignal.h: Configure always sets HAVE_DECL_SYS_SIGLIST. Test