changeset 9037:bd477b542ca4

Don't test CANNOT_DUMP or CANNOT_UNEXEC.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 00:28:23 +0000
parents fd91a0b1e333
children 6e29df07da2c
files src/unexaix.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexaix.c	Sat Sep 24 00:20:07 1994 +0000
+++ b/src/unexaix.c	Sat Sep 24 00:28:23 1994 +0000
@@ -164,10 +164,6 @@
 #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 @@
     }
 }
 #endif /* XCOFF */
-
-#endif /* not CANNOT_UNEXEC */
-
-#endif /* not CANNOT_DUMP */