This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c99 support


On 12/03/10 09:28, Ãyvind Harboe wrote:
> Are there any c99 patches out there in the wild?
> 
> These uint8/16/32_t types have cropped up more frequently the
> last few years... Seems to me that this is precisely the sort of thing
> that it would be great to have the community eCos support out of the
> box.

Yes. Although we have an extremely polluted namespace at the current time,
which it would be best to fix rather than just using <cyg/hal/basetype.h>
There's redundancy in any case - the need for basetype.h almost completely
disappears if we can provide the C99 types.

Then there's the issue of people wanting to compile in C90 mode instead,
in which case we don't want those types. So it's not entirely straightforward.

Jifl

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]