emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexec.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/unexec.c
Date: Fri, 16 Nov 2001 09:23:51 -0500

Index: emacs/src/unexec.c
diff -u emacs/src/unexec.c:1.32 emacs/src/unexec.c:1.33
--- emacs/src/unexec.c:1.32     Tue Aug 22 18:41:55 2000
+++ emacs/src/unexec.c  Fri Nov 16 09:23:51 2001
@@ -171,7 +171,7 @@
 
 #ifndef CANNOT_DUMP  /* all rest of file!  */
 
-#ifdef COFF
+#if defined(COFF) && defined(HAVE_COFF_H)
 #include <coff.h>
 #ifdef MSDOS
 #if __DJGPP__ > 1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]