diff src/s/xenix.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 8eaf7971accc
line wrap: on
line diff
--- a/src/s/xenix.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/xenix.h	Mon Aug 13 09:43:35 2007 +0200
@@ -61,7 +61,7 @@
 /* Xenix requires completely different unexec code
    which lives in a separate file.  Specify the file name.  */
 
-#define UNEXEC unexenix.o
+#define UNEXEC "unexenix.o"
 
 /* define MAIL_USE_FLOCK if the mailer uses flock
    to interlock access to /usr/spool/mail/$USER.
@@ -110,7 +110,7 @@
 
 /* Switches for linking temacs.  */
 
-#define LD_SWITCH_SYSTEM -i
+#define LD_SWITCH_SYSTEM "-i"
 
 /* Use terminfo instead of termcap.  */