From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <3693E45B DOT 3BEB56C6 AT hotmail DOT com> Subject: Re: help! Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Message-ID: Date: Wed, 6 Jan 1999 18:29:36 -0500 NNTP-Posting-Host: 142.194.222.96 X-Trace: cabot.ops.attcanada.net 915665525 142.194.222.96 (Wed, 06 Jan 1999 23:32:05 GMT) NNTP-Posting-Date: Wed, 06 Jan 1999 23:32:05 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Does your final function close it's { } braces? The syntax reader was expecting something, maybe this, and it hit the end of the C file. Try running some kind of indenter and see if your code stops in mid-function. Your extra line could be the compiler mis-interpreting the end of file as a line. beer god wrote in message news:3693E45B DOT 3BEB56C6 AT hotmail DOT com... >i am workin on a rather large game. i just recently broke 1000 lines... >i know some of you will laugh that i think this is big... when i complie >it i get: >game.cpp:1014: parse error at end of input >my source file is only 1013 lines long. so why am i gettin this message? > >any help.... >jason >masonjoyers AT hotmail DOT com >