| commit | 0acd4b6e82b56c3e98855dfb7523c9a1086bfc85 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Sat Feb 18 14:50:12 1995 +0000 |
| committer | Guido van Rossum <guido@python.org> | Sat Feb 18 14:50:12 1995 +0000 |
| tree | f893f8142a979f372417a3c3c5e073d249ef4b8a | |
| parent | 6b13ba22d968981c4465029759f4156a3948fc49 [diff] [blame] |
changes for Mac CFM-68K
diff --git a/Include/allobjects.h b/Include/allobjects.h index 34b3816..6dbdb1e 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h
@@ -47,12 +47,20 @@ #include "config.h" #endif +#ifdef __CFM68K__ +#define UsingSharedLibs +#endif + #include <stdio.h> #include <string.h> #include <errno.h> #include "myproto.h" +#ifdef __CFM68K__ +#pragma lib_export on +#endif + #include "object.h" #include "objimpl.h"