Changeset 2073
- Timestamp:
- Jun 25, 2005, 2:14:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.c
-
Property cvs2svn:cvs-rev
changed from
1.29
to1.30
r2072 r2073 844 844 845 845 newname = alloca (strlen (oldname) + 11); 846 sprintf (newname, "%ci. _imp__%s", DLL_IMPORT_EXPORT_PREFIX, oldname);846 sprintf (newname, "%ci.%s", DLL_IMPORT_EXPORT_PREFIX, oldname); 847 847 848 848 /* We pass newname through get_identifier to ensure it has a unique -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.