From d6a15ada727e586dc7b2cce8115e65d0abb0d1aa Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 24 Jun 1991 22:30:42 +0000 Subject: Generalize to macintosh. --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index e66223e6f7b..69489c84f67 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 -- cgit v1.2.3