mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Removed obsolete cfm68k ifdef (Guido)
This commit is contained in:
parent
007fa82581
commit
3bc6fe636a
1 changed files with 0 additions and 3 deletions
|
|
@ -122,9 +122,6 @@ get_full_path (FSSpec *fss, char *buf)
|
||||||
char tmpbuf[256];
|
char tmpbuf[256];
|
||||||
int plen;
|
int plen;
|
||||||
|
|
||||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
|
||||||
return -1; /* get_folder_parent doesn't work */
|
|
||||||
#endif
|
|
||||||
fss_current = *fss;
|
fss_current = *fss;
|
||||||
plen = fss_current.name[0];
|
plen = fss_current.name[0];
|
||||||
memcpy(buf, &fss_current.name[1], plen);
|
memcpy(buf, &fss_current.name[1], plen);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue