Kaydet (Commit) 3bc6fe63 authored tarafından Jack Jansen's avatar Jack Jansen

Removed obsolete cfm68k ifdef (Guido)

üst 007fa825
......@@ -122,9 +122,6 @@ get_full_path (FSSpec *fss, char *buf)
char tmpbuf[256];
int plen;
#if defined(__MWERKS__) && defined(__CFM68K__)
return -1; /* get_folder_parent doesn't work */
#endif
fss_current = *fss;
plen = fss_current.name[0];
memcpy(buf, &fss_current.name[1], plen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment