Mail Archives: djgpp/2001/10/11/08:27:35
> > You mantioned <inttypes.h> to be a standard from
> GCC,
>
> No. It said it's a C99'ism, which means it is a
> concept standardized
> only rather recently. GCC (and especially the
> official version used
> with DJGPP, which is still 2.95.3 IIRC) hasn't
> caught up to it, yet,
> so it *will* be provided by GCC, sometime in the
> near future,
> probably. But not yet.
>
> --
> Hans-Bernhard Broeker
> (broeker AT physik DOT rwth-aachen DOT de)
> Even if all the snow were burnt, ashes would remain.
I found out that I didn't use <inttypes.h> myself.
I already thought it was a strange error, because I
didn't remember putting it in.
Now I found out that it is used by YACC.
Since I didn't write the parser (and I can't find de
#include <inttypes.h> in the file) I am not sure what
to do with it.
Can it be YACC automatically inserts this line?
And can I solve this problem by finding a cross-parser
and lexical cross-analyzer too? Or shouldn't this make
a difference?
Roland
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
- Raw text -