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
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
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