Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6980dff3
Commit
6980dff3
authored
Jul 12, 2000
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete obsolete SYMANTEC__CFM68K__ #ifdefs
parent
97bc98ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
20 deletions
+0
-20
Include/mymalloc.h
Include/mymalloc.h
+0
-4
Include/mymath.h
Include/mymath.h
+0
-8
Python/dynload_mac.c
Python/dynload_mac.c
+0
-4
Python/errors.c
Python/errors.c
+0
-4
No files found.
Include/mymalloc.h
View file @
6980dff3
...
...
@@ -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
...
...
Include/mymath.h
View file @
6980dff3
...
...
@@ -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
...
...
Python/dynload_mac.c
View file @
6980dff3
...
...
@@ -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
...
...
Python/errors.c
View file @
6980dff3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment