Initial port to CodeWarrior CFM68K support (mainly by disabling

unsupported features).
This commit is contained in:
Jack Jansen 1995-06-27 13:18:14 +00:00
parent eceb3e3f0a
commit f74f63a43f
8 changed files with 24 additions and 5 deletions

View file

@ -13,7 +13,7 @@
#define HAVE_FOPENRF
#endif
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#define atof Py_AtoF
#define strtod Py_StrToD
#endif

View file

@ -13,6 +13,9 @@
#ifdef __MWERKS__
#include "errno_unix.h"
#include <Strings.h>
#define c2pstr C2PStr
#define p2cstr P2CStr
#endif
#include <errno.h>
#include <string.h>

View file

@ -34,7 +34,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define HAVE_UNIVERSAL_HEADERS
#endif
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif