Friday, 22 May 2015

Re: [gccsdk] stdarg.h and stddef.h

In message <7b0f9ac754.beeb@ron1954.woosh.co.nz>
Ron <beeb@woosh.co.nz> wrote:

> stdarg.h and stddef.h have references from other files, more-so stddef.h
> It appears 4.1.2 and 4.7.4 dont have these files, is it ok to delete the
> #include 's referring to them?
>
> It is not an issue I have run into compiling, but Cproto uses the cpp
> and traces everything in the files.
>
> Another thing it errors with is size_t, maybe the cproto grammar.y file
> needs updating.
>
I have added two empty files stdarg.h and stddef.h and that has stopped
those errors.

The remaining errors seem to be related to size_t and wchar_t

typedef long long size_t;
typedef long long wchar_t;

stops those errors, but what are the sensible values to use?

Thanks Ron M.


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment