Mercurial > emacs
changeset 9038:6e29df07da2c
Don't test CANNOT_UNEXEC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 24 Sep 1994 00:29:39 +0000 |
parents | bd477b542ca4 |
children | 22e5c594d59d |
files | src/unexec.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/unexec.c Sat Sep 24 00:28:23 1994 +0000 +++ b/src/unexec.c Sat Sep 24 00:29:39 1994 +0000 @@ -170,8 +170,6 @@ #ifndef CANNOT_DUMP /* all rest of file! */ -#ifndef CANNOT_UNEXEC /* most of rest of file */ - #ifdef COFF_ENCAPSULATE int need_coff_header = 1; #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */ @@ -1194,6 +1192,4 @@ #endif /* COFF */ -#endif /* not CANNOT_UNEXEC */ - #endif /* not CANNOT_DUMP */