diff src/alloc.c @ 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 fc554bcc59e7
children 674ee2dfe5fc
line wrap: on
line diff
--- a/src/alloc.c	Sat Mar 12 22:51:30 2005 +0000
+++ b/src/alloc.c	Sun Mar 13 09:21:04 2005 +0000
@@ -349,7 +349,7 @@
 
 #else /* ERROR_CHECK_MALLOC */
 
-#define MALLOC_BEGIN(block)
+#define MALLOC_BEGIN()
 #define FREE_OR_REALLOC_BEGIN(block)
 #define MALLOC_END()