mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Ported to CodeWarrior
This commit is contained in:
parent
f93c72a4b0
commit
0c637709ad
2 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "macdefs.h"
|
||||
#ifdef MPW
|
||||
#if defined(MPW) || defined(__MWERKS__)
|
||||
#include <Strings.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include <pascal.h>
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#include "errno_unix.h"
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue