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

Re: svn commit: rev 3073 - trunk/subversion/bindings/swig

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-08-27 11:51:43 CEST

On Tue, Aug 27, 2002 at 01:26:58AM +0200, Branko Cibej wrote:
>...
> >+/* SWIG won't follow through to APR's defining this to be empty, so we
> >+ need to do it manually, before SWIG sees this in svn_io.h. */
> >+#define __attribute__(x)
> >+
> >+%include svn_io.h
> >+
> >
> > %{
> > #include <apr.h>
>
> Hm. I suspect that we may someday use __attribute__ for other purposes.
> Why not just put that #define at the top of the file?

I wanted it near the problematic include, with the specific explanation. At
the top, it would have been a bit too independent (IMO).

Cheers,
-g

-- 
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 Tue Aug 27 11:47:20 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.