On Mon, 2009-11-09 at 10:19 -0700, David Brownell wrote:
> On Monday 09 November 2009, Zachary T Welch wrote:
> > 
> > Remove 'extern' file from function prototypes inside source files.
> 
> Surely all these should have been imported through
> header files though?
> 
> Usually one avoids prototypes in C files, except for
> unavoidable forward declarations.  There should be
> a single prototype, shared by the implementation and
> by users ... so that when the function's signature
> changes, everything picks it up at the same time.

I am not arguing....  That's why this patch is separate from the others.
This type of usage points out problems, as you say.  I'll drop this one.

--Z

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to