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
02a607d4
Commit
02a607d4
authored
Jun 27, 1995
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
parent
7af6d1d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Include/allobjects.h
Include/allobjects.h
+2
-2
Include/mymalloc.h
Include/mymalloc.h
+1
-1
Include/mymath.h
Include/mymath.h
+2
-2
No files found.
Include/allobjects.h
View file @
02a607d4
...
...
@@ -51,7 +51,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
#ifdef __CFM68K__
#ifdef
SYMANTEC
__CFM68K__
#define UsingSharedLibs
#endif
...
...
@@ -61,7 +61,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "myproto.h"
#ifdef __CFM68K__
#ifdef
SYMANTEC
__CFM68K__
#pragma lib_export on
#endif
...
...
Include/mymalloc.h
View file @
02a607d4
...
...
@@ -56,7 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
extern
"C"
{
#endif
#ifdef __CFM68K__
#ifdef
SYMANTEC
__CFM68K__
#pragma lib_export on
#endif
...
...
Include/mymath.h
View file @
02a607d4
...
...
@@ -5,12 +5,12 @@
symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */
#ifdef __CFM68K__
#ifdef
SYMANTEC
__CFM68K__
#pragma lib_export off
#endif
#include <math.h>
#ifdef __CFM68K__
#ifdef
SYMANTEC
__CFM68K__
#pragma lib_export on
#endif
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