From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3C914F6C.D2F42C9E@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <8bc281d412984b02b8d406bf730c16c6@plan9.bell-labs.com> Subject: Re: [9fans] Is this a bug in 8c? Date: Fri, 15 Mar 2002 10:19:07 +0000 Topicbox-Message-UUID: 675ec59c-eaca-11e9-9e20-41e7f4b1d025 Russ Cox wrote: > 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. > Ken said the amount of work wasn't worth it. Strange, it's about the same as supporting "long" on the PDP-11.