From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9604ca407f928c308ad19cdd5ce378db@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Is this a bug in 8c? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 15 Mar 2002 09:08:57 -0500 Topicbox-Message-UUID: 6786d3ac-eaca-11e9-9e20-41e7f4b1d025 > > 8c et al. don't do ? : for non-integer types, > > and long long is a non-integer type (meaning > > it's synthesized from multiple machine words). > > long long is an "integer type" according to the meaning > of that term in the C standard. That's not determined > by implementation details such as how many words are needed. x g/> >/ s/integer/register/. happy? i gave a precise description of what was and was not implemented. i was not trying to justify it by an appeal to language law.