mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
delete obsolete SYMANTEC__CFM68K__ #ifdefs
This commit is contained in:
parent
97bc98aea7
commit
6980dff3db
4 changed files with 0 additions and 20 deletions
|
@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include <Aliases.h>
|
||||
#include <CodeFragments.h>
|
||||
#ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */
|
||||
#define CFragConnectionID ConnectionID
|
||||
#define kLoadCFrag 0x01
|
||||
#endif
|
||||
#ifdef USE_GUSI1
|
||||
#include "TFileSpec.h" /* for Path2FSSpec() */
|
||||
#endif
|
||||
|
|
|
@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef SYMANTEC__CFM68K__
|
||||
#pragma lib_export on
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
extern char *PyMac_StrError(int);
|
||||
#undef strerror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue