X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "lutnicx" Newsgroups: comp.os.msdos.djgpp Subject: problem with incude file - cont. Date: Fri, 7 Nov 2003 22:14:34 -0000 Keywords: include file Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 NNTP-Posting-Host: ppp-0-95.lond-a-2.access.uk.tiscali.com Message-ID: <3fac20e0_3@mk-nntp-1.news.uk.worldonline.com> X-Trace: 7 Nov 2003 22:46:56 GMT, ppp-0-95.lond-a-2.access.uk.tiscali.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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