Kaydet (Commit) 6980dff3 authored tarafından Skip Montanaro's avatar Skip Montanaro

delete obsolete SYMANTEC__CFM68K__ #ifdefs

üst 97bc98ae
...@@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
extern "C" { extern "C" {
#endif #endif
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#ifndef DL_IMPORT /* declarations for DLL import */ #ifndef DL_IMPORT /* declarations for DLL import */
#define DL_IMPORT(RTYPE) RTYPE #define DL_IMPORT(RTYPE) RTYPE
#endif #endif
......
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
symbols doesn't quite work... symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */ XXX Not sure now... Seems to be something else going on as well... */
#ifdef SYMANTEC__CFM68K__
#pragma lib_export off
#endif
#ifndef HAVE_HYPOT #ifndef HAVE_HYPOT
extern double hypot(double, double); extern double hypot(double, double);
#ifdef MWERKS_BEFORE_PRO4 #ifdef MWERKS_BEFORE_PRO4
...@@ -24,10 +20,6 @@ extern double hypot(double, double); ...@@ -24,10 +20,6 @@ extern double hypot(double, double);
#endif #endif
#endif #endif
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#if defined(USE_MSL) && defined(__MC68K__) #if defined(USE_MSL) && defined(__MC68K__)
/* CodeWarrior MSL 2.1.1 has weird define overrides that don't work /* CodeWarrior MSL 2.1.1 has weird define overrides that don't work
** when you take the address of math functions. If I interpret the ** when you take the address of math functions. If I interpret the
......
...@@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include <Aliases.h> #include <Aliases.h>
#include <CodeFragments.h> #include <CodeFragments.h>
#ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */
#define CFragConnectionID ConnectionID
#define kLoadCFrag 0x01
#endif
#ifdef USE_GUSI1 #ifdef USE_GUSI1
#include "TFileSpec.h" /* for Path2FSSpec() */ #include "TFileSpec.h" /* for Path2FSSpec() */
#endif #endif
......
...@@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h" #include "Python.h"
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#ifdef macintosh #ifdef macintosh
extern char *PyMac_StrError(int); extern char *PyMac_StrError(int);
#undef strerror #undef strerror
......
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