From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C6D14D9.6D0C9451@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan9 16bit C compilers References: <0f1bbdb9a9730e5e2b01a31b6236de82@plan9.bell-labs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 15 Feb 2002 15:02:01 +0100 Topicbox-Message-UUID: 51b08a82-eaca-11e9-9e20-41e7f4b1d025 Russ Cox wrote: > There's a difference between long and int?!?!?!? Look at what Digital did on the alpha: int = 32 bits long = 64 bits Duh ... int was always intended to be the machine's 'word' size [64 bit].