Mercurial > hg > xemacs-beta
diff src/m/hp9000s300.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 | a86b2b5e0111 |
line wrap: on
line diff
--- a/src/m/hp9000s300.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/hp9000s300.h Mon Aug 13 09:43:35 2007 +0200 @@ -77,7 +77,7 @@ /* XEmacs: Richard Cognot <cognot@ensg.u-nancy.fr> says we need this for HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */ #ifndef BSD -# define UNEXEC unexhp9k3.o +# define UNEXEC "unexhp9k3.o" #endif @@ -130,7 +130,7 @@ /* This library is needed with -g, on the 200/300 only. */ #if !defined(__GNUC__) || defined(__HPUX_ASM__) -#define LIBS_DEBUG /usr/lib/end.o +#define LIBS_DEBUG "/usr/lib/end.o" #endif /* Need a TEXT_START. On the HP9000/s300 that is 0. */ @@ -166,7 +166,7 @@ #ifndef HPUX_5 #ifndef __GNUC__ -#define C_SWITCH_MACHINE -Wc,-Nd4000,-Ns3000 +#define C_SWITCH_MACHINE "-Wc,-Nd4000,-Ns3000" #endif #endif