Mercurial > hg > xemacs-beta
diff src/s/gnu.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 43dd3413c7c7 |
children | 85ec50267440 |
line wrap: on
line diff
--- a/src/s/gnu.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/s/gnu.h Mon Aug 13 09:43:35 2007 +0200 @@ -49,7 +49,7 @@ #define DATA_START ({ extern int data_start; (char *) &data_start; }) /* GNU now always uses the ELF format. */ -#define UNEXEC unexelf.o +#define UNEXEC "unexelf.o" /* Some losing code fails to include this and then assumes that because it is braindead that O_RDONLY==0. */