diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-05-07 15:44:31 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-05-07 15:44:31 (GMT) |
commit | b764eeda5611e8778b2cc0b012443486df187d06 (patch) | |
tree | bff24ef109571d3b3aeb773de35b946b6b0820a6 /Mac/Compat | |
parent | 1473af76a2753724a7aa93f8cf7325fc6fe1053f (diff) | |
download | cpython-b764eeda5611e8778b2cc0b012443486df187d06.zip cpython-b764eeda5611e8778b2cc0b012443486df187d06.tar.gz cpython-b764eeda5611e8778b2cc0b012443486df187d06.tar.bz2 |
c2pstring has moved to a different include file
Diffstat (limited to 'Mac/Compat')
-rw-r--r-- | Mac/Compat/getwd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Compat/getwd.c b/Mac/Compat/getwd.c index 5fd7a24..16b010a 100644 --- a/Mac/Compat/getwd.c +++ b/Mac/Compat/getwd.c @@ -28,9 +28,6 @@ */ #include "macdefs.h" -#if defined(MPW) || defined(__MWERKS__) -#include <Strings.h> -#endif #define ROOTID 2 /* Root directory ID */ |