Re: DJGPP - Configure errors
Brought to you by:
set
From: Oswald B. <os...@kd...> - 2005-08-01 15:48:28
|
On Mon, Aug 01, 2005 at 05:29:22PM +0200, Oswald Buddenhagen wrote: > On Mon, Aug 01, 2005 at 10:45:16AM -0300, Salvador Eduardo Tropea wrote: > > void pp() > > { > > } > > > > // Next is empty > > ; > > > that's not an empty line, but an empty statement (in a context where no > statement is required). > actually, it's worse. it is an empty statement in a context where no empty statements are allowed in the first place - there is no such thing as an empty declaration or definition. so the gcc folks were perfectly safe in just stopping to accept it. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done. |