diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-19 11:37:32 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-19 11:37:32 (GMT) |
commit | 3bc6fe636a913cc837439db6fcc5172e499e1285 (patch) | |
tree | ca8eea772e526e48d880d2e922e9bf7b9dd5f700 /Mac/Python | |
parent | 007fa825810341298e142f318eca5a4f65cb2375 (diff) | |
download | cpython-3bc6fe636a913cc837439db6fcc5172e499e1285.zip cpython-3bc6fe636a913cc837439db6fcc5172e499e1285.tar.gz cpython-3bc6fe636a913cc837439db6fcc5172e499e1285.tar.bz2 |
Removed obsolete cfm68k ifdef (Guido)
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macgetargv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Python/macgetargv.c b/Mac/Python/macgetargv.c index 96a02fd..a06b100 100644 --- a/Mac/Python/macgetargv.c +++ b/Mac/Python/macgetargv.c @@ -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); |