Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6980dff

Browse files
author
Skip Montanaro
committed
delete obsolete SYMANTEC__CFM68K__ #ifdefs
1 parent 97bc98a commit 6980dff

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

Include/mymalloc.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
4444
extern "C" {
4545
#endif
4646

47-
#ifdef SYMANTEC__CFM68K__
48-
#pragma lib_export on
49-
#endif
50-
5147
#ifndef DL_IMPORT /* declarations for DLL import */
5248
#define DL_IMPORT(RTYPE) RTYPE
5349
#endif

Include/mymath.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
symbols doesn't quite work...
66
XXX Not sure now... Seems to be something else going on as well... */
77

8-
#ifdef SYMANTEC__CFM68K__
9-
#pragma lib_export off
10-
#endif
11-
128
#ifndef HAVE_HYPOT
139
extern double hypot(double, double);
1410
#ifdef MWERKS_BEFORE_PRO4
@@ -24,10 +20,6 @@ extern double hypot(double, double);
2420
#endif
2521
#endif
2622

27-
#ifdef SYMANTEC__CFM68K__
28-
#pragma lib_export on
29-
#endif
30-
3123
#if defined(USE_MSL) && defined(__MC68K__)
3224
/* CodeWarrior MSL 2.1.1 has weird define overrides that don't work
3325
** when you take the address of math functions. If I interpret the

Python/dynload_mac.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1515

1616
#include <Aliases.h>
1717
#include <CodeFragments.h>
18-
#ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */
19-
#define CFragConnectionID ConnectionID
20-
#define kLoadCFrag 0x01
21-
#endif
2218
#ifdef USE_GUSI1
2319
#include "TFileSpec.h" /* for Path2FSSpec() */
2420
#endif

Python/errors.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1212

1313
#include "Python.h"
1414

15-
#ifdef SYMANTEC__CFM68K__
16-
#pragma lib_export on
17-
#endif
18-
1915
#ifdef macintosh
2016
extern char *PyMac_StrError(int);
2117
#undef strerror

0 commit comments

Comments
 (0)