]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel) [COFF]: Include coff.h.
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Jun 2000 13:34:54 +0000 (13:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Jun 2000 13:34:54 +0000 (13:34 +0000)
src/unexec.c

index eebb8911caf27eea3f52c51202d54bf514f17914..588ca15dac4ddb8ba992028964cd8bea0d6b1244 100644 (file)
@@ -171,6 +171,9 @@ pointer looks like an int) but not on all machines.
 
 #ifndef CANNOT_DUMP  /* all rest of file!  */
 
+#ifdef COFF
+#include <coff.h>
+#else
 #ifdef COFF_ENCAPSULATE
 int need_coff_header = 1;
 #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */
@@ -205,6 +208,7 @@ struct aouthdr
 #include <a.out.h>
 #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.  */