Message-ID: <19990515134402.72942.qmail@hotmail.com> X-Originating-IP: [193.149.71.149] From: "Hiroyuki Funakoshi" To: Subject: parse error Date: Sat, 15 May 1999 15:43:55 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Reply-To: djgpp AT delorie DOT com Help! I try to compile something and an error saying: file.c:16: parse error before 'BaseVar' file.c:16: warning: data definition has no type or storage class I've got UINT32 BaseVar =10000; /* our base. For convenience. */ on line 16 in file.c What's going on!