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

Re: svn commit: rev 4848 - trunk/subversion/bindings/swig

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2003-02-13 03:03:30 CET

Greg Stein <gstein@lyra.org> writes:

> On Tue, Feb 11, 2003 at 05:57:46PM -0600, dlr@tigris.org wrote:
> >...
> > +++ trunk/subversion/bindings/swig/apr.i Tue Feb 11 17:57:29 2003
> >...
> > /* -----------------------------------------------------------------------
> > handle apr_file_t *
> > */
> > @@ -153,7 +162,7 @@
> > apr_file_t ** is always an OUT param
> > */
> >
> > -%typemap(in,numinputs=0) apr_file_t ** (apr_file_t *temp)
> > +%typemap(python, in, numinputs=0) apr_file_t ** (apr_file_t *temp)
> > "$1 = &temp;";
>
> I see nothing Python specific there. Why was this change made?

Well, we were on a roll with breaking the build and just didn't see a
need to stop ... fixed this one in r4866. There may be others.

-- 
Daniel Rall <dlr@finemaltcoding.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 13 03:03:48 2003

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.