summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common.h b/src/common.h
index c71ef4a..657e049 100644
--- a/src/common.h
+++ b/src/common.h
@@ -17,12 +17,4 @@
17#endif 17#endif
18#endif 18#endif
19 19
20#if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__CYGWIN__) && !defined(WIN32)
21# define _PLIST_INTERNAL __attribute__((visibility("hidden")))
22#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
23# define _PLIST_INTERNAL __hidden
24#else /* not gcc >= 4 and not Sun Studio >= 8 */
25# define _PLIST_INTERNAL
26#endif /* GNUC >= 4 */
27
28#endif 20#endif