Changeset 767
- Timestamp:
- Oct 1, 2003, 12:55:28 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/stabshll.c
-
Property cvs2svn:cvs-rev
changed from
1.24
to1.25
r766 r767 3346 3346 if (symbol->n_value == -12357) 3347 3347 { /* Special hack for external and communal variables. 3348 We expect the previous symbol to be an 0xfe or an3349 (N_UNDF|N_EXT) entryfor the symbol we're processing. */3348 We expect the previous symbol to be an 0xfe entry 3349 for the symbol we're processing. */ 3350 3350 ++parse_ptr; 3351 3351 ti = hll_type (); 3352 3352 3353 3353 if ( *index >= 1 3354 && (symbol[-1].n_type == N_EXT || symbol[-1].n_type ==0xfe))3354 && (symbol[-1].n_type == 0xfe)) 3355 3355 { 3356 3356 const struct nlist *sym2; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.