diff options
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index 51934853b..57cff2c33 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -74,7 +74,7 @@ | |||
74 | /* -fwhole-program makes all symbols local. The attribute externally_visible | 74 | /* -fwhole-program makes all symbols local. The attribute externally_visible |
75 | forces a symbol global. */ | 75 | forces a symbol global. */ |
76 | # if __GNUC_PREREQ (4,1) | 76 | # if __GNUC_PREREQ (4,1) |
77 | # define EXTERNALLY_VISIBLE __attribute__(( visibility("default") )); | 77 | # define EXTERNALLY_VISIBLE __attribute__(( visibility("default") )) |
78 | //__attribute__ ((__externally_visible__)) | 78 | //__attribute__ ((__externally_visible__)) |
79 | # else | 79 | # else |
80 | # define EXTERNALLY_VISIBLE | 80 | # define EXTERNALLY_VISIBLE |