Changeset 236 for trunk/src/emx/src/emxbind/emxbind.h
- Timestamp:
- May 26, 2003, 4:43:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxbind/emxbind.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r235 r236 19 19 Boston, MA 02111-1307, USA. */ 20 20 21 22 #include "a_out.h" 21 23 22 24 #if defined (EXTERN) … … 31 33 /* By default, don't implement the -L option (for listing the headers 32 34 of an EXE file). */ 33 34 /* This is the version number. */35 36 #define VERSION "0.9d"37 #include "../../../../include/innotekversion.h"38 35 39 36 /* Put this at the end of a function declaration to tell the compiler … … 277 274 /* The a.out header read from the source a.out (sub)file. */ 278 275 279 EXTERN struct a_out_headera_in_h;276 EXTERN struct exec a_in_h; 280 277 281 278 /* The fixed part of the LX header. */ … … 335 332 respectively, as read from the source a.out file. */ 336 333 337 EXTERN struct reloc *tr_image INIT (NULL);338 EXTERN struct reloc *dr_image INIT (NULL);334 EXTERN struct relocation_info *tr_image INIT (NULL); 335 EXTERN struct relocation_info *dr_image INIT (NULL); 339 336 340 337 /* This array contains the symbol table, as read from the source a.out -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.