comparison src/unexec.c @ 9038:6e29df07da2c

Don't test CANNOT_UNEXEC.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 00:29:39 +0000
parents 52858112c2ab
children e3303c64b684
comparison
equal deleted inserted replaced
9037:bd477b542ca4 9038:6e29df07da2c
167 #include <config.h> 167 #include <config.h>
168 #define PERROR(file) report_error (file, new) 168 #define PERROR(file) report_error (file, new)
169 #endif 169 #endif
170 170
171 #ifndef CANNOT_DUMP /* all rest of file! */ 171 #ifndef CANNOT_DUMP /* all rest of file! */
172
173 #ifndef CANNOT_UNEXEC /* most of rest of file */
174 172
175 #ifdef COFF_ENCAPSULATE 173 #ifdef COFF_ENCAPSULATE
176 int need_coff_header = 1; 174 int need_coff_header = 1;
177 #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */ 175 #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */
178 #else 176 #else
1192 1190
1193 #endif /* COFF_BSD_SYMBOLS */ 1191 #endif /* COFF_BSD_SYMBOLS */
1194 1192
1195 #endif /* COFF */ 1193 #endif /* COFF */
1196 1194
1197 #endif /* not CANNOT_UNEXEC */
1198
1199 #endif /* not CANNOT_DUMP */ 1195 #endif /* not CANNOT_DUMP */