diff options
Diffstat (limited to 'src')
| -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. | |||
| 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 */ | ||