This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] gc-improv merge (1/n): new libiberty interfaces


> > You need to document the new functions.
> 
> The patch already comments them. Should I just regenerate functions.texi?

Functions in libiberty use inline texinfo to document them; that's
what functions.texi is generated from.  It's not magic - you still
have to write the texinfo; you just have to write it in the *.c files
near each function.

> The patch only adds new API. The old API is not deprecated nor
> changed. Am I missing something here?

-  splay_tree_allocate_fn allocate;


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