[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: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-07-15 07:13:58 CEST

Hi,

In <200507142149.42497.john@szakmeister.net>
  "Re: svn commit: r15324 - trunk/subversion/bindings/swig" on Thu, 14 Jul 2005 21:49:42 -0400,
  John Szakmeister <john@szakmeister.net> 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.

I'm so sorry. I forgot to surround the codes by #ifdef SWIGRUBY.
I fixed the problem.

Cheers,

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