On 5/31/07, Jeff Sickel <[EMAIL PROTECTED]> wrote:
The Unix implementation of Newsqueak (squint) builds on Mac OS X by
adding the following to u.h


#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




That's cool, where can I get newsqueak anyway?  :-)  The presentation
seemed to show Rob's home directory.

Reply via email to