aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 00:28:23 +0000
committerRichard M. Stallman1994-09-24 00:28:23 +0000
commit01c9720456e52fbd048cf92803054fea4e8b1dbe (patch)
treeffb4990f16407b5084ef635abad70deb391d360f /src
parentb79b5bff94e3311d2597ec68d002f49fa203b786 (diff)
downloademacs-01c9720456e52fbd048cf92803054fea4e8b1dbe.tar.gz
emacs-01c9720456e52fbd048cf92803054fea4e8b1dbe.zip
Don't test CANNOT_DUMP or CANNOT_UNEXEC.
Diffstat (limited to 'src')
-rw-r--r--src/unexaix.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/unexaix.c b/src/unexaix.c
index 364e3467b0c..4bfd5e64770 100644
--- a/src/unexaix.c
+++ b/src/unexaix.c
@@ -164,10 +164,6 @@ pointer looks like an int) but not on all machines.
164#define PERROR(file) report_error (file, new) 164#define PERROR(file) report_error (file, new)
165#endif 165#endif
166 166
167#ifndef CANNOT_DUMP /* all rest of file! */
168
169#ifndef CANNOT_UNEXEC /* most of rest of file */
170
171#include <a.out.h> 167#include <a.out.h>
172/* Define getpagesize () if the system does not. 168/* Define getpagesize () if the system does not.
173 Note that this may depend on symbols defined in a.out.h 169 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)
867 } 863 }
868} 864}
869#endif /* XCOFF */ 865#endif /* XCOFF */
870
871#endif /* not CANNOT_UNEXEC */
872
873#endif /* not CANNOT_DUMP */