Changeset 86 for trunk/src/binutils/binutils/bucomm.c
- Timestamp:
- May 3, 2003, 11:45:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/binutils/bucomm.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r85 r86 217 217 static char template[] = "stXXXXXX"; 218 218 char *tmpname; 219 #if defined (__EMX__) 220 char *slash = _getname (filename); 221 if (slash == filename) 222 slash = NULL; 223 else 224 slash -= 1; 225 #else /* not __EMX__ */ 219 226 char *slash = strrchr (filename, '/'); 227 #endif /* not __EMX__ */ 220 228 221 229 #ifdef HAVE_DOS_BASED_FILE_SYSTEM -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.