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

Re: swig binding & __attribute__

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-08-26 23:42:04 CEST

I've applied this change (with some mods). Thanks!

In the future, when submitting patches, please see the appropriate section
in the HACKING file.

Cheers,
-g

On Mon, Aug 26, 2002 at 12:02:31PM -0300, Gustavo Niemeyer wrote:
> Hi there!
>
> I've noticed that the __attribute__ swig error is still there in the
> 3061 revision. Here's a minor patch fixing it.
>
> PS. I'm not a swig master.
>
> --
> Gustavo Niemeyer
>
> [ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]

> --- subversion/subversion/bindings/swig/util.i.swigattribute Mon Aug 26 11:47:45 2002
> +++ subversion/subversion/bindings/swig/util.i Mon Aug 26 11:52:14 2002
> @@ -163,6 +163,8 @@
>
> /* ----------------------------------------------------------------------- */
>
> +#define __attribute__(x)
> +
> %include svn_types.h
> %include svn_io.h
> %include svn_pools.h
>

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 26 23:37:42 2002

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.