[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: John Szakmeister <john_at_szakmeister.net>
Date: 2005-07-15 03:49:42 CEST

> +%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.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 15 03:50:28 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.