summaryrefslogtreecommitdiff
path: root/src/unexec.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-24 00:29:39 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-24 00:29:39 +0000
commit8a08c437319730c857409dcd19afc62c0d78620e (patch)
tree288beb10409a94929fb7ccf3adfa96884c5f55a4 /src/unexec.c
parent617e15a016be5a6db68f8c82611b268ae00cfc7c (diff)
downloademacs-8a08c437319730c857409dcd19afc62c0d78620e.tar.gz
Don't test CANNOT_UNEXEC.
Diffstat (limited to 'src/unexec.c')
-rw-r--r--src/unexec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/unexec.c b/src/unexec.c
index d0ac5b4db2c..b7aa1e08e99 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -170,8 +170,6 @@ pointer looks like an int) but not on all machines.
#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 @@ adjust_lnnoptrs (writedesc, readdesc, new_name)
#endif /* COFF */
-#endif /* not CANNOT_UNEXEC */
-
#endif /* not CANNOT_DUMP */