X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <3FAC03DA.C57EB2B2@acm.org> From: Eric Sosman X-Mailer: Mozilla 4.72 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with incude file - cont. References: <3fac20e0_3 AT mk-nntp-1 DOT news DOT uk DOT worldonline DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 Date: Sat, 08 Nov 2003 01:42:22 GMT NNTP-Posting-Host: 12.91.0.196 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1068255742 12.91.0.196 (Sat, 08 Nov 2003 01:42:22 GMT) NNTP-Posting-Date: Sat, 08 Nov 2003 01:42:22 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 . -- Eric Sosman esosman AT acm DOT org