changes for Mac CFM-68K

This commit is contained in:
Guido van Rossum 1995-02-18 14:50:12 +00:00
parent 6b13ba22d9
commit 0acd4b6e82
3 changed files with 28 additions and 0 deletions

View file

@ -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"