diff options
author | Guido van Rossum <guido@python.org> | 1995-02-18 14:50:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-18 14:50:12 (GMT) |
commit | 0acd4b6e82b56c3e98855dfb7523c9a1086bfc85 (patch) | |
tree | f893f8142a979f372417a3c3c5e073d249ef4b8a /Include/allobjects.h | |
parent | 6b13ba22d968981c4465029759f4156a3948fc49 (diff) | |
download | cpython-0acd4b6e82b56c3e98855dfb7523c9a1086bfc85.zip cpython-0acd4b6e82b56c3e98855dfb7523c9a1086bfc85.tar.gz cpython-0acd4b6e82b56c3e98855dfb7523c9a1086bfc85.tar.bz2 |
changes for Mac CFM-68K
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r-- | Include/allobjects.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #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" |