Mail Archives: djgpp/2003/11/07/20:45:32
lutnicx wrote:
>
> Hi,
> I don't really know what you mean by shortening the code to view the problem
> because, first, I don't know what causes the problem, and secondly I don't
> think is my code (it is not mine really, from the book). I can send you it
> (about 120 lines without comments). But again let me be precise what
> messages are printed by compiler.
> No errors in my code apart of lines like:
>
> c:/djgpp/include/stdio.h:102: error: parse error before "va_list"
>
> I looked at the stdio.h and this is one of the lines:
>
> int vfprintf(FILE *_stream, const char *_format, va_list _ap);
>
> Compiler prints parse error also about these lines: 103, 104, 126, 138, 139,
> 140.
>
> I hope this will show more of the problem.
> JW
I think we need to see the 120 lines, or at least all the lines
that come before #include <stdio.h>.
--
Eric Sosman
esosman AT acm DOT org
- Raw text -