Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2657:48e27e1d7e63 | 2658:a48989ca6db3 |
---|---|
347 } \ | 347 } \ |
348 while (0) | 348 while (0) |
349 | 349 |
350 #else /* ERROR_CHECK_MALLOC */ | 350 #else /* ERROR_CHECK_MALLOC */ |
351 | 351 |
352 #define MALLOC_BEGIN(block) | 352 #define MALLOC_BEGIN() |
353 #define FREE_OR_REALLOC_BEGIN(block) | 353 #define FREE_OR_REALLOC_BEGIN(block) |
354 #define MALLOC_END() | 354 #define MALLOC_END() |
355 | 355 |
356 #endif /* ERROR_CHECK_MALLOC */ | 356 #endif /* ERROR_CHECK_MALLOC */ |
357 | 357 |