mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Try again...
svn path=/trunk/; revision=5505
This commit is contained in:
parent
8ab346fc86
commit
92552431ea
@ -2515,12 +2515,10 @@ _______EOF
|
|||||||
_______EOF
|
_______EOF
|
||||||
fi
|
fi
|
||||||
cat >>$outfile <<_______EOF
|
cat >>$outfile <<_______EOF
|
||||||
#if __GNUC__ == 2 && __GNUC_MINOR__ == 95
|
#if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
|
||||||
#define G_GNUC_INTERNAL
|
|
||||||
#elif defined (__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 303)
|
|
||||||
#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
|
|
||||||
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
|
|
||||||
#define G_GNUC_INTERNAL __hidden
|
#define G_GNUC_INTERNAL __hidden
|
||||||
|
#elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY)
|
||||||
|
#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
|
||||||
#else
|
#else
|
||||||
#define G_GNUC_INTERNAL
|
#define G_GNUC_INTERNAL
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user