Generalize to macintosh.

This commit is contained in:
Guido van Rossum 1991-06-24 22:30:42 +00:00
parent 1e2293d1f7
commit d6a15ada72
6 changed files with 34 additions and 24 deletions

View file

@ -45,7 +45,7 @@ Data members:
/* Define delimiter used in $PYTHONPATH */
#ifdef THINK_C
#ifdef macintosh
#define DELIM ' '
#endif