diff options
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index e66223e6f7..69489c84f6 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -45,7 +45,7 @@ Data members: /* Define delimiter used in $PYTHONPATH */ -#ifdef THINK_C +#ifdef macintosh #define DELIM ' ' #endif |