mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef SYMANTEC__CFM68K__
|
||||
#pragma lib_export on
|
||||
#endif
|
||||
|
||||
#ifndef DL_IMPORT /* declarations for DLL import */
|
||||
#define DL_IMPORT(RTYPE) RTYPE
|
||||
#endif
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
symbols doesn't quite work...
|
||||
XXX Not sure now... Seems to be something else going on as well... */
|
||||
|
||||
#ifdef SYMANTEC__CFM68K__
|
||||
#pragma lib_export off
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_HYPOT
|
||||
extern double hypot(double, double);
|
||||
#ifdef MWERKS_BEFORE_PRO4
|
||||
|
@ -24,10 +20,6 @@ extern double hypot(double, double);
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef SYMANTEC__CFM68K__
|
||||
#pragma lib_export on
|
||||
#endif
|
||||
|
||||
#if defined(USE_MSL) && defined(__MC68K__)
|
||||
/* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue