Google Groups Home
Help | Sign in
Message from discussion Concurrency and message passing with Newsqueak
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Jeff Sickel  
View profile
 More options Jun 1 2007, 1:02 am
Newsgroups: comp.os.plan9
From: j...@corpus-callosum.com (Jeff Sickel)
Date: Fri, 1 Jun 2007 05:02:07 GMT
Local: Fri, Jun 1 2007 1:02 am
Subject: Re: [9fans] Concurrency and message passing with Newsqueak
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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google