Mercurial > emacs
diff src/unexec.c @ 41971:00a2b39fce69
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 11 Dec 2001 22:56:41 +0000 |
| parents | b6ca9b64ce9f |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- a/src/unexec.c Tue Dec 11 22:55:45 2001 +0000 +++ b/src/unexec.c Tue Dec 11 22:56:41 2001 +0000 @@ -288,7 +288,7 @@ #else /* not HPUX */ -#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (LINUX) +#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (GNU_LINUX) static struct bhdr hdr, ohdr; #define a_magic fmagic #define a_text tsize
