From: Richard M. Stallman Date: Sat, 24 Sep 1994 00:29:39 +0000 (+0000) Subject: Don't test CANNOT_UNEXEC. X-Git-Tag: emacs-19.34~6816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3821ae16684687b27ca12c1af928307a92300935;p=emacs.git Don't test CANNOT_UNEXEC. --- diff --git a/src/unexec.c b/src/unexec.c index d0ac5b4db2c..b7aa1e08e99 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -170,8 +170,6 @@ pointer looks like an int) but not on all machines. #ifndef CANNOT_DUMP /* all rest of file! */ -#ifndef CANNOT_UNEXEC /* most of rest of file */ - #ifdef COFF_ENCAPSULATE int need_coff_header = 1; #include /* The location might be a poor assumption */ @@ -1194,6 +1192,4 @@ adjust_lnnoptrs (writedesc, readdesc, new_name) #endif /* COFF */ -#endif /* not CANNOT_UNEXEC */ - #endif /* not CANNOT_DUMP */