summaryrefslogtreecommitdiff
path: root/src/unexaix.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-24 00:28:23 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-24 00:28:23 +0000
commit01c9720456e52fbd048cf92803054fea4e8b1dbe (patch)
treeffb4990f16407b5084ef635abad70deb391d360f /src/unexaix.c
parentb79b5bff94e3311d2597ec68d002f49fa203b786 (diff)
downloademacs-01c9720456e52fbd048cf92803054fea4e8b1dbe.tar.gz
Don't test CANNOT_DUMP or CANNOT_UNEXEC.
Diffstat (limited to 'src/unexaix.c')
-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.
#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 */