Ignore:
Timestamp:
May 7, 2003, 5:00:11 PM (22 years ago)
Author:
bird
Message:

review. Added some comments and #ifs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/host-aout.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r99 r100  
    3636
    3737   in the ./hosts/h-systemname.h file.  */
     38
     39#ifndef __EMX__ /* r=bird: Code was initially removed. Is this __EMX__ or EMX
     40                 * and why don't we include it? anything to do with sysdep.h? */
     41#ifdef TRAD_HEADER
     42#include TRAD_HEADER
     43#endif
     44#endif /* !__EMX__ */
    3845
    3946#ifdef                  HOST_PAGE_SIZE
Note: See TracChangeset for help on using the changeset viewer.