mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix check of visibility
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23964 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5ed515ec0
commit
d99f06f398
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
@class NSNotification;
|
||||
|
||||
#if ( (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) ) && defined(HAVE_VISIBILITY_ATTRIBUTE) )
|
||||
#if ( (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) ) && HAVE_VISIBILITY_ATTRIBUTE )
|
||||
#define GS_ATTRIB_PRIVATE __attribute__ ((visibility("internal")))
|
||||
#else
|
||||
#define GS_ATTRIB_PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue