This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: RFA : remove free_current_contents casts


Philippe De Muyter wrote:
> 
> Andrew,
> 
> Now that you have fixed `free_current_contents' prototype, we could remove
> all the casts made to pass it to `make_cleanup'.
> 
> OK to commit ?

Ok for the trunk.

(When comming up with the original patch I looked at adding a
make_cleanup_free_current_contents() wrapper but found that, unlike most
other cases, it didn't offer any compelling advantages - void** isn't
compatiable with an arbitrary double pointer :-( ).

	Andrew

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