9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Jeff Sickel <jas@corpus-callosum.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Concurrency and message passing with Newsqueak
Date: Thu, 31 May 2007 23:59:15 -0500	[thread overview]
Message-ID: <6BCB671C-B5F0-4795-A2C7-E5841A02B586@corpus-callosum.com> (raw)
In-Reply-To: <3e1162e60705230632hb37804fra4e6773d480ccec3@mail.gmail.com>

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	other threads:[~2007-06-01  4:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-18 23:45 Uriel
2007-05-19  3:24 ` Micah Stetson
2007-05-19  4:03   ` Rob Pike
2007-05-19  4:12     ` erik quanstrom
2007-05-19  4:36     ` W B Hacker
2007-05-19  4:55       ` Rob Pike
2007-05-19  5:13         ` W B Hacker
2007-05-19  6:38         ` Kris Maglione
2007-05-19 16:12           ` Russ Cox
2007-05-22 18:32       ` David Leimbach
2007-05-22 22:07         ` W B Hacker
2007-05-22 23:34         ` Bakul Shah
2007-05-23 13:32           ` David Leimbach
2007-06-01  4:59             ` Jeff Sickel [this message]
2007-06-01 11:28               ` David Leimbach
2007-06-01 13:48                 ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6BCB671C-B5F0-4795-A2C7-E5841A02B586@corpus-callosum.com \
    --to=jas@corpus-callosum.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).