Use preferred spelling for the __attribute__.
MFC after: 3 days
This commit is contained in:
parent
8605d1ae99
commit
4b8c3ea4ba
@ -306,8 +306,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __GNUC_PREREQ__(4, 2)
|
#if __GNUC_PREREQ__(4, 2)
|
||||||
#define __hidden __attribute((visibility("hidden")))
|
#define __hidden __attribute__((visibility("hidden")))
|
||||||
#define __exported __attribute((visibility("default")))
|
#define __exported __attribute__((visibility("default")))
|
||||||
#else
|
#else
|
||||||
#define __hidden
|
#define __hidden
|
||||||
#define __exported
|
#define __exported
|
||||||
|
Loading…
Reference in New Issue
Block a user