projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c9720
)
Don't test CANNOT_UNEXEC.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 00:29:39 +0000
(
00:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 00:29:39 +0000
(
00:29
+0000)
src/unexec.c
patch
|
blob
|
history
diff --git
a/src/unexec.c
b/src/unexec.c
index d0ac5b4db2c670a65dc5970310b849eea00bda9c..b7aa1e08e99ec49400e8e7b086c74538bd6514af 100644
(file)
--- 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 */