Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2a4487ac
Commit
2a4487ac
authored
Jun 14, 2000
by
Gerd Moellmann
Browse files
(toplevel) [COFF]: Include coff.h.
parent
bbf1e8a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/unexec.c
src/unexec.c
+4
-0
No files found.
src/unexec.c
View file @
2a4487ac
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment