Mercurial > hg > xemacs-beta
view src/s/sunos4-1-4-shr.h @ 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 | 3ecd8885ac67 |
children |
line wrap: on
line source
/* Synched up with: Not in FSF. */ /* For building XEmacs under SunOS 4.1.* with dynamic libraries. */ #ifdef NOT_C_CODE #define LD_SWITCH_SYSTEM "-Bdynamic" #endif /* NOT_C_CODE */ #include "sunos4-1-4.h"