#ifdef __APPLE__ #include <unistd.h> #include <string.h> #include <stdlib.h> #include <stdarg.h> #include <fcntl.h> #include <setjmp.h> #include <math.h> typedef unsigned char uchar; typedef unsigned long ulong; typedef unsigned long long uvlong; typedef long long vlong; #endif
The Unix implementation of Newsqueak (squint) builds on Mac OS X by
adding the following to u.h
- Re: [9fans] Concurrency and message passing with Newsqueak Jeff Sickel
