Subject: Re: typeof (Re: CVS commit: src)
To: David Laight <david@l8s.co.uk>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-userlevel
Date: 09/01/2006 18:25:49
On Sep 1, 2006, at 4:09 PM, David Laight wrote:
> On Fri, Sep 01, 2006 at 09:01:06AM +0900, YAMAMOTO Takashi wrote:
>>>
>>> Make the __BIT and __BITS macros "widthless," as best I can, by
>>> changing their type to uintmax_t from uint32_t. XXX The manual
>>> page lags this change by a bit.
>>>
>>> Define __PRIxBIT and __PRIxBITS printf(3) format strings.
>>
>> is it ok to use typeof here?
>
> Almost certainly not since the header files gets built into tools.
#if __GNUC__?
>
> David
>
> --
> David Laight: david@l8s.co.uk
-- thorpej