diff options
Diffstat (limited to 'Mac/Python/macgetpath.c')
-rw-r--r-- | Mac/Python/macgetpath.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index b79d55511f..d98d481206 100644 --- a/Mac/Python/macgetpath.c +++ b/Mac/Python/macgetpath.c @@ -38,11 +38,7 @@ PERFORMANCE OF THIS SOFTWARE. #include <unistd.h> #endif -#ifdef TARGET_API_MAC_OSX -#define PATHNAMELEN 1024 -#else #define PATHNAMELEN 256 -#endif /* Return the initial python search path. This is called once from ** initsys() to initialize sys.path. |