diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-24 00:28:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-24 00:28:23 +0000 |
commit | 01c9720456e52fbd048cf92803054fea4e8b1dbe (patch) | |
tree | ffb4990f16407b5084ef635abad70deb391d360f /src/unexaix.c | |
parent | b79b5bff94e3311d2597ec68d002f49fa203b786 (diff) | |
download | emacs-01c9720456e52fbd048cf92803054fea4e8b1dbe.tar.gz |
Don't test CANNOT_DUMP or CANNOT_UNEXEC.
Diffstat (limited to 'src/unexaix.c')
-rw-r--r-- | src/unexaix.c | 8 |
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 */ |