Sender: nate AT cartsys DOT com Message-ID: <37388B5B.4186895@cartsys.com> Date: Tue, 11 May 1999 12:56:11 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: gcc bitmaps.c References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com miller matthew william wrote: > > bitmaps.c:1: parse error at null character First of all: Is there in fact a null character (ascii 0) in your source? If so, get rid of it. If not, what OS and DPMI server are you using, and does the message persist if you restart the compilation? The reason I ask is that I have seen messages like this (on correct sources) in dosemu, and they do go away on retrying. I believe it's due to a subtle memory corruption bug which I'm investigating, and I wonder if your problem has any relation. (Though in this case, I'm inclined to suspect that your source really does contain a null.) -- Nate Eldredge nate AT cartsys DOT com