Grzegorz Piotr Jaskiewicz wrote: > gcc 4.0 doesn't treat this extension as valid anymore. > > one of the gcc guys said to me: > " For that matter, they could neatly avoid the whole issue by writing > ANSI/ISO-compliant code instead of > using GCC extensions." > That should be sufficient for explanation. > > In all these cases, I see no reason to declare prototype inside body > of function. It makes code less readable. > > I am sure it's present in few more places, but that's the only place > where I can spot it. > Please apply. > This is resend, mozilla seem to do wordwraping. Patch is attached. Signed-off-by: Grzegorz Jaskiewicz --- -- GJ