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

Re: svn commit: r15324 - trunk/subversion/bindings/swig

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-07-15 04:06:11 CEST

On 2005-07-14 21:49-0400, John Szakmeister wrote:
> > +%define OUTPUT_TYPEMAP(type, converter, convtype)
> > +%typemap(in,numinputs=0) type *OUTPUT($*1_ltype temp), type
> &OUTPUT($*1_ltype temp) "$1 = &temp;";
> > +%typemap(argout, fragment="output_helper") type *OUTPUT, type &OUTPUT {
> > +   VALUE o = converter(convtype (*$1));
> > +   $result = output_helper($result, o);
> >
>
> This change breaks the python and perl bindings on SWIG 1.3.21. VALUE is
> undefined for both of these languages in 1.3.21.

It isn't only related to the 1.3.21, the same thing happens with 1.3.24,
see svn-breakage.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 15 04:06:57 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.