This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix make_cleanup_dtor signature to match declaration


On 2014-12-02 10:55 PM, Joel Brobecker wrote:
>> The definition does not use the typedef for the dtor function pointer
>> type that the declaration uses.  It's a cosmetic-only change.
>>
>> ChangeLog:
>>
>> 	* common/cleanups.c (make_cleanup_dtor): Use typedef for dtor
>> 	type.
> 
> I would argue that this goes beyong cosmetic-only in terms of
> the benefits, so quite desirable. This is OK.
> 
> Thank you!

Thanks, pushed!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]