- Timestamp:
- May 28, 2003, 9:19:59 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxexp/emxexp.c
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r261 r262 207 207 export (name); 208 208 } 209 else if (sym_ptr[i].n_type == (N_BSS|N_EXT) || 209 else if ((sym_ptr[i].n_type == N_EXT && sym_ptr[i].n_value != 0) || 210 sym_ptr[i].n_type == (N_BSS|N_EXT) || 210 211 (weak_flag && sym_ptr[i].n_type == N_WEAKB)) 211 212 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.