Don't include coff.h unless HAVE_COFF_H is defined.
This commit is contained in:
parent
038eed72fd
commit
077907d49f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-11-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
|
||||
Required for ISC 4.1.
|
||||
|
||||
2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
|
||||
|
|
|
@ -171,7 +171,7 @@ pointer looks like an int) but not on all machines.
|
|||
|
||||
#ifndef CANNOT_DUMP /* all rest of file! */
|
||||
|
||||
#ifdef COFF
|
||||
#if defined(COFF) && defined(HAVE_COFF_H)
|
||||
#include <coff.h>
|
||||
#ifdef MSDOS
|
||||
#if __DJGPP__ > 1
|
||||
|
|
Loading…
Add table
Reference in a new issue