Re: [PATCH] [CLEANUP] Declare global functions before defining them

2014-04-16 Thread Richard Biener
On Tue, Apr 15, 2014 at 7:33 PM, Patrick Palka wrote: > On Tue, Apr 15, 2014 at 3:52 AM, Richard Biener > wrote: >> On Mon, Apr 14, 2014 at 4:52 PM, Patrick Palka wrote: >>> Hi everyone, >>> >>> Many source files currently define a global function that is not >>> previously declared within that

Re: [PATCH] [CLEANUP] Declare global functions before defining them

2014-04-15 Thread Patrick Palka
On Tue, Apr 15, 2014 at 3:52 AM, Richard Biener wrote: > On Mon, Apr 14, 2014 at 4:52 PM, Patrick Palka wrote: >> Hi everyone, >> >> Many source files currently define a global function that is not >> previously declared within that source file because the source file did >> not include the appro

Re: [PATCH] [CLEANUP] Declare global functions before defining them

2014-04-15 Thread Richard Biener
On Mon, Apr 14, 2014 at 4:52 PM, Patrick Palka wrote: > Hi everyone, > > Many source files currently define a global function that is not > previously declared within that source file because the source file did > not include the appropriate header file that declares said function. > This patch fi