1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

(toplevel) [COFF]: Include coff.h.

This commit is contained in:
Gerd Moellmann 2000-06-14 13:34:54 +00:00
parent bbf1e8a5d8
commit 2a4487aceb

View 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. */