diff options
| author | 2014-10-03 15:39:47 +0200 | |
|---|---|---|
| committer | 2014-10-03 15:39:47 +0200 | |
| commit | 62813daf2c4aaec675652d9c1131a58dfa634e38 (patch) | |
| tree | 4427398d97f1295996410fc3dbf86c6de8bf873c /src/common.h | |
| parent | eab599c151617eef9035343fd63591fa4d09bd3e (diff) | |
| download | libplist-62813daf2c4aaec675652d9c1131a58dfa634e38.tar.gz libplist-62813daf2c4aaec675652d9c1131a58dfa634e38.tar.bz2 | |
Avoid exporting non-public symbols
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 8 |
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 |
