Ignore:
Timestamp:
May 26, 2003, 4:43:12 PM (22 years ago)
Author:
zap
Message:

See ChangeLog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxbind/emxbind.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r235 r236  
    1919Boston, MA 02111-1307, USA.  */
    2020
     21
     22#include "a_out.h"
    2123
    2224#if defined (EXTERN)
     
    3133/* By default, don't implement the -L option (for listing the headers
    3234   of an EXE file). */
    33 
    34 /* This is the version number. */
    35 
    36 #define VERSION "0.9d"
    37 #include "../../../../include/innotekversion.h"
    3835
    3936/* Put this at the end of a function declaration to tell the compiler
     
    277274/* The a.out header read from the source a.out (sub)file. */
    278275
    279 EXTERN struct a_out_header a_in_h;
     276EXTERN struct exec a_in_h;
    280277
    281278/* The fixed part of the LX header. */
     
    335332   respectively, as read from the source a.out file. */
    336333
    337 EXTERN struct reloc *tr_image INIT (NULL);
    338 EXTERN struct reloc *dr_image INIT (NULL);
     334EXTERN struct relocation_info *tr_image INIT (NULL);
     335EXTERN struct relocation_info *dr_image INIT (NULL);
    339336
    340337/* This array contains the symbol table, as read from the source a.out
Note: See TracChangeset for help on using the changeset viewer.