Re: DJGPP - Configure errors
Brought to you by:
set
From: Oswald B. <os...@kd...> - 2005-08-01 15:29:27
|
On Mon, Aug 01, 2005 at 10:45:16AM -0300, Salvador Eduardo Tropea wrote: > Empty lines are allowed in C and C++, this semicolon is an empty line, > just like this: > > void pp() > { > } > > // Next is empty > ; > that's not an empty line, but an empty statement (in a context where no statement is required). the gcc folks decided to make this an error in gcc 3.4. i like it that way ... -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done. |