projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79b5bf
)
Don't test CANNOT_DUMP or CANNOT_UNEXEC.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 00:28:23 +0000
(
00:28
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 00:28:23 +0000
(
00:28
+0000)
src/unexaix.c
patch
|
blob
|
history
diff --git
a/src/unexaix.c
b/src/unexaix.c
index 364e3467b0ca5558687e73152e8f0c3ee123d4bf..4bfd5e647704ebe1750eff86f134c523d23efd9e 100644
(file)
--- a/
src/unexaix.c
+++ b/
src/unexaix.c
@@
-164,10
+164,6
@@
pointer looks like an int) but not on all machines.
#define PERROR(file) report_error (file, new)
#endif
-#ifndef CANNOT_DUMP /* all rest of file! */
-
-#ifndef CANNOT_UNEXEC /* most of rest of file */
-
#include <a.out.h>
/* Define getpagesize () if the system does not.
Note that this may depend on symbols defined in a.out.h
@@
-867,7
+863,3
@@
unrelocate_symbols (new, a_out, a_name, new_name)
}
}
#endif /* XCOFF */
-
-#endif /* not CANNOT_UNEXEC */
-
-#endif /* not CANNOT_DUMP */