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: RFA: use K&R style function definitions in splay-tree library



> DJ pointed out that I used prototyped definitions in my recent splay
> tree patches.  Does GCC have an "obvious fix rule" like GDB's?

It does, this is one, but with the ATTRIBUTE_UNUSED change.

> 2002-02-27  Jim Blandy  <jimb@redhat.com>
> 
> 	* splay-tree.c (splay_tree_xmalloc_allocate,
> 	splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
> 	prototyped definitions.

Ok with that change.


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