From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <3e1162e60705230632hb37804fra4e6773d480ccec3@mail.gmail.com> References: <3e1162e60705221132p529b0ec6qf802e84374577cec@mail.gmail.com> <20070522233441.068EE5B3E@mail.bitblocks.com> <3e1162e60705230632hb37804fra4e6773d480ccec3@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6BCB671C-B5F0-4795-A2C7-E5841A02B586@corpus-callosum.com> Content-Transfer-Encoding: 7bit From: Jeff Sickel Subject: Re: [9fans] Concurrency and message passing with Newsqueak Date: Thu, 31 May 2007 23:59:15 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 767b5f4c-ead2-11e9-9d60-3106f5b1d025 The Unix implementation of Newsqueak (squint) builds on Mac OS X by adding the following to u.h #ifdef __APPLE__ #include #include #include #include #include #include #include typedef unsigned char uchar; typedef unsigned long ulong; typedef unsigned long long uvlong; typedef long long vlong; #endif