Changeset 2987
- Timestamp:
- Apr 2, 2007, 12:58:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/emxomf/emxomfld.c
r2815 r2987 1300 1300 1301 1301 case _MD_IMPORTS: 1302 fprintf (response_file, "IMPORT '%s' '%s'", stmt->import. entryname,1302 fprintf (response_file, "IMPORT '%s' '%s'", stmt->import.internalname, 1303 1303 stmt->import.modulename); 1304 1304 if (stmt->import.flags & _MDEP_ORDINAL) 1305 1305 fprintf (response_file, ".%d", stmt->import.ordinal); 1306 1306 else if (stmt->import.internalname[0]) 1307 fprintf (response_file, ".'%s'", stmt->import. internalname);1307 fprintf (response_file, ".'%s'", stmt->import.entryname); 1308 1308 fprintf (response_file, "\n"); 1309 1309 break;
Note:
See TracChangeset
for help on using the changeset viewer.