From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8bc281d412984b02b8d406bf730c16c6@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Is this a bug in 8c? From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 14 Mar 2002 14:43:06 -0500 Topicbox-Message-UUID: 6740dd70-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). Ken said the amount of work wasn't worth it. Russ