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

Re: The meaning of double-underscore symbols

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-10-06 00:32:23 CEST

Branko Èibej <brane@xbc.nu> writes:

> Well, in the particualr case of svn_error__locate, that's only used in
> maintainer mode. I don't think anyone has any business using
> maintainer-mode libraries in production.

I think you are mistaken. Code that includes svn_error.h and uses
svn_error_create, or one of the other wrapper macros, will generate
object code that refers to svn_error__locate. The Subversion
libraries must continue to provide the symbol, and while we do have
some freedom to change it's implementation it must never require
anything other that the two current parameters.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 6 00:33:23 2005

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.