From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60706010428j11160dd5qedc4ca30bc9eff2@mail.gmail.com> Date: Fri, 1 Jun 2007 06:28:59 -0500 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Concurrency and message passing with Newsqueak In-Reply-To: <6BCB671C-B5F0-4795-A2C7-E5841A02B586@corpus-callosum.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3e1162e60705221132p529b0ec6qf802e84374577cec@mail.gmail.com> <20070522233441.068EE5B3E@mail.bitblocks.com> <3e1162e60705230632hb37804fra4e6773d480ccec3@mail.gmail.com> <6BCB671C-B5F0-4795-A2C7-E5841A02B586@corpus-callosum.com> Topicbox-Message-UUID: 76a0de02-ead2-11e9-9d60-3106f5b1d025 On 5/31/07, Jeff Sickel wrote: > 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 > > > > That's cool, where can I get newsqueak anyway? :-) The presentation seemed to show Rob's home directory.