Re: PATCH: Always create a new language function for nested functions

2012-06-17 Thread Meador Inge
On 06/17/2012 09:28 AM, Markus Trippelsdorf wrote: > On 2012.05.29 at 19:07 +, Joseph S. Myers wrote: >> On Tue, 29 May 2012, Meador Inge wrote: >> >>> 2012-05-29 Meador Inge >>> >>> * c-decl.c (c_push_function_context): Always create a new language >>> function. >>> (c_pop_func

Re: PATCH: Always create a new language function for nested functions

2012-06-17 Thread Markus Trippelsdorf
On 2012.05.29 at 19:07 +, Joseph S. Myers wrote: > On Tue, 29 May 2012, Meador Inge wrote: > > > 2012-05-29 Meador Inge > > > > * c-decl.c (c_push_function_context): Always create a new language > > function. > > (c_pop_function_context): Clear the language function created in

Re: PATCH: Always create a new language function for nested functions

2012-05-29 Thread Joseph S. Myers
On Tue, 29 May 2012, Meador Inge wrote: > 2012-05-29 Meador Inge > > * c-decl.c (c_push_function_context): Always create a new language > function. > (c_pop_function_context): Clear the language function created in > c_push_function_context. Thanks, committed. -- Jos