Mercurial > hg > xemacs-beta
diff src/m/wicat.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/src/m/wicat.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/wicat.h Mon Aug 13 09:43:35 2007 +0200 @@ -96,7 +96,7 @@ /* Delete this for WICAT sys V releases before 2.0. */ -#define LIB_STANDARD -lc-nofp +#define LIB_STANDARD "-lc-nofp" /* Special magic number */ @@ -104,7 +104,7 @@ /* Special switches to give to ld. */ -#define LD_SWITCH_MACHINE -e __start -N +#define LD_SWITCH_MACHINE "-e __start -N" /* Sigh...cannot define this for WICAT cuz 0 length memcpy blows chunks */ @@ -128,5 +128,5 @@ /* there is a select() in libcurses.a that causes a conflict so use termlib */ #ifdef HAVE_SELECT #undef TERMINFO -#define LIBS_TERMCAP select.o -ltermlib +#define LIBS_TERMCAP "select.o -ltermlib" #endif