You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Gustavo Niemeyer <ni...@conectiva.com> on 2002/08/26 15:02:31 UTC

swig binding & __attribute__

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 ]

Re: swig binding & __attribute__

Posted by Greg Stein <gs...@lyra.org>.
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