/[emacs]/emacs/src/unexec.c
ViewVC logotype

Diff of /emacs/src/unexec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by andrewi, Tue Aug 22 22:41:55 2000 UTC revision 1.32.16.1 by eliz, Fri Nov 16 13:45:59 2001 UTC
# Line 171  pointer looks like an int) but not on al Line 171  pointer looks like an int) but not on al
171    
172  #ifndef CANNOT_DUMP  /* all rest of file!  */  #ifndef CANNOT_DUMP  /* all rest of file!  */
173    
174  #ifdef COFF  #if defined(COFF) && !defined(ISC4_1)
175  #include <coff.h>  #include <coff.h>
176  #ifdef MSDOS  #ifdef MSDOS
177  #if __DJGPP__ > 1  #if __DJGPP__ > 1
# Line 197  struct aouthdr Line 197  struct aouthdr
197    unsigned long         data_start;/* base of data used for this file */    unsigned long         data_start;/* base of data used for this file */
198  };  };
199  #endif /* not MSDOS */  #endif /* not MSDOS */
200  #else  /* not COFF */  #else  /* not COFF and ISC4_1 */
201  #ifdef COFF_ENCAPSULATE  #ifdef COFF_ENCAPSULATE
202  int need_coff_header = 1;  int need_coff_header = 1;
203  #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */  #include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */
204  #else  /* not COFF_ENCAPSULATE */  #else  /* not COFF_ENCAPSULATE */
205  #include <a.out.h>  #include <a.out.h>
206  #endif /* not COFF_ENCAPSULATE */  #endif /* not COFF_ENCAPSULATE */
207  #endif /* not COFF */  #endif /* not COFF and ISC4_1 */
208    
209  /* Define getpagesize if the system does not.  /* Define getpagesize if the system does not.
210     Note that this may depend on symbols defined in a.out.h.  */     Note that this may depend on symbols defined in a.out.h.  */

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.32.16.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26