Jack Jansen: Posix threads are now supported on the Macintosh too.

This commit is contained in:
Guido van Rossum 2000-04-24 15:06:51 +00:00
parent 0f7bd3ce9f
commit 095249fc8c
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ extern char *getenv();
#define SUN_LWP
#endif
#ifdef __MWERKS__
#define _POSIX_THREADS
#endif
#endif /* _POSIX_THREADS */
#ifdef __STDC__