Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!samsung!spool.mu.edu!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!dpunjabi From: dpunjabi@isis.cs.du.edu (Dinesh Punjabi) Newsgroups: comp.sys.apollo Subject: Apollo Domain C compiler query Keywords: cc version 6.8 Message-ID: <1991May2.182141.12076@mnemosyne.cs.du.edu> Date: 2 May 91 18:21:41 GMT Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: dpunjabi@isis.cs.du.edu (Dinesh Punjabi) Distribution: usa Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 13 Disclaimer1: Nyx is a public access Unix system run by the University of Denver Disclaimer2: for the Denver community. The University has neither control over Disclaimer3: nor responsibility for the opinions of users. I'm having a problem with the Apollo/Domain 6.8 C compiler. My C source file is missing a line-feed character at the end of the file. The C compiler compiles everything fine except at the end when it comes back with an error message that says: ********* Line 43 of "myfile.c" [Error #014] Unrecognizable item "/EOF/"; syntax error in declaration. The compiler expects a after every line, but the last line in my source file is missing a character. It would seem to me that a or an character would be an acceptable line/record terminator for the parser ?? Your "email" feedback will be highly appreciated.