Date: Mon, 20 Dec 1999 02:23:07 -0500 (EST) From: "Jude T. DaShiell" To: djgpp AT delorie DOT com Subject: Re: parse error In-Reply-To: <94568530701@out.newmail.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I think a parse error can happen if line endings aren't correct. Say a piece of code compiled and working on Unix systems is compiled with djgpp. The fix for this is to run the code through utod.exe and try compiling again. -------------------- jude