From: Gerd Moellmann Date: Wed, 14 Jun 2000 13:34:54 +0000 (+0000) Subject: (toplevel) [COFF]: Include coff.h. X-Git-Tag: emacs-pretest-21.0.90~3321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a4487aceb4f5c7175ed98e168d9a49a99ae0a80;p=emacs.git (toplevel) [COFF]: Include coff.h. --- diff --git a/src/unexec.c b/src/unexec.c index eebb8911caf..588ca15dac4 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -171,6 +171,9 @@ pointer looks like an int) but not on all machines. #ifndef CANNOT_DUMP /* all rest of file! */ +#ifdef COFF +#include +#else #ifdef COFF_ENCAPSULATE int need_coff_header = 1; #include /* The location might be a poor assumption */ @@ -205,6 +208,7 @@ struct aouthdr #include #endif /* not MSDOS */ #endif +#endif /* not COFF */ /* Define getpagesize if the system does not. Note that this may depend on symbols defined in a.out.h. */