Mercurial > hg > xemacs-beta
diff src/m/sun386.h @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 3ecd8885ac67 |
children | 943eaba38521 |
line wrap: on
line diff
--- a/src/m/sun386.h Mon Aug 13 11:41:26 2007 +0200 +++ b/src/m/sun386.h Mon Aug 13 11:42:25 2007 +0200 @@ -74,10 +74,10 @@ /* XEmacs change: from Thomas.Tornblom@nexus.comm.se */ #ifdef USE_GCC -#define C_SWITCH_MACHINE "-static -Dmode_t=\"u_short\"" /* avoid dynamic linking */ +#define C_SWITCH_MACHINE "-static -Dmode_t=\"unsigned short\"" /* avoid dynamic linking */ #define LD_SWITCH_MACHINE "-Wl,-N -static" #else -#define C_SWITCH_MACHINE "-Bstatic -Dmode_t=\"u_short\""/* avoid dynamic linking */ +#define C_SWITCH_MACHINE "-Bstatic -Dmode_t=\"unsigned short\""/* avoid dynamic linking */ #define LD_SWITCH_MACHINE "-N -Bstatic" #endif