aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 00:29:39 +0000
committerRichard M. Stallman1994-09-24 00:29:39 +0000
commit3821ae16684687b27ca12c1af928307a92300935 (patch)
treefd3fe77958059404150b1f0d62743b27374bb91c /src
parent01c9720456e52fbd048cf92803054fea4e8b1dbe (diff)
downloademacs-3821ae16684687b27ca12c1af928307a92300935.tar.gz
emacs-3821ae16684687b27ca12c1af928307a92300935.zip
Don't test CANNOT_UNEXEC.
Diffstat (limited to 'src')
-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.
170 170
171#ifndef CANNOT_DUMP /* all rest of file! */ 171#ifndef CANNOT_DUMP /* all rest of file! */
172 172
173#ifndef CANNOT_UNEXEC /* most of rest of file */
174
175#ifdef COFF_ENCAPSULATE 173#ifdef COFF_ENCAPSULATE
176int need_coff_header = 1; 174int need_coff_header = 1;
177#include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */ 175#include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */
@@ -1194,6 +1192,4 @@ adjust_lnnoptrs (writedesc, readdesc, new_name)
1194 1192
1195#endif /* COFF */ 1193#endif /* COFF */
1196 1194
1197#endif /* not CANNOT_UNEXEC */
1198
1199#endif /* not CANNOT_DUMP */ 1195#endif /* not CANNOT_DUMP */