Re: svn_repos.h: Typo in definition of svn_repos_parser_fns2_t?
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-07-25 23:27:18 CEST
David James <james82@gmail.com> writes:
> In svn_repos.h, we declare a struct using the name
I don't think you do either as Subversion's API compatibility
struct svn_repos_parse_fns2_t f;
will not compile if svn_repos_parse_fns2_t is only a typedef and not a
> P.S. This inconsistency causes problems in the SWIG bindings, because
The API guidelines allow you to add to the existing names:
typedef svn_repos_parser_fns2_t svn_repos_parse_fns2_t;
if that helps.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jul 25 23:29:50 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.