[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/svn_subr svn_parse.c

From: Daniel Rall <dlr_at_collab.net>
Date: 2000-07-12 00:07:31 CEST

Greg Stein wrote:
>
> On Wed, Jul 12, 2000 at 12:51:13AM -0000, sussman@tigris.org wrote:
> > User: sussman
> > Date: 00/07/11 17:51:13
> >
> > Modified: subversion/svn_subr svn_parse.c
> > Log:
> > prefixed all non-exported routines with svn_ to avoid namespace conflicts.
>
> You can also just make them "static" if they aren't need outside of the
> compilation unit.

If functions are not not part of the public API visible to code linking
against the module, they should *always* be static. :)

Daniel Rall
Received on Sat Oct 21 14:36:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.