svn commit: samba r18231 - inbranches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR: .

Stefan (metze) Metzmacher metze at samba.org
Fri Sep 8 10:41:57 GMT 2006


> Author: jelmer
> Date: 2006-09-07 20:24:59 +0000 (Thu, 07 Sep 2006)
> New Revision: 18231
>
> WebSVN:
> http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18231
>
> Log:
> Don't use _PUBLIC_ but use __attribute__ directly instead.

I think we should better use this:

#ifndef _PUBLIC_
#define _PUBLIC_
#endif

because __attribute__() is maybe supported, but not
__attribute__(visibility())

metze


More information about the samba-technical mailing list