diff options
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index 69d031dca..51add6c0f 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -54,8 +54,10 @@ | |||
54 | # define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) | 54 | # define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m))) |
55 | # if __GNUC_PREREQ (3,0) | 55 | # if __GNUC_PREREQ (3,0) |
56 | # define ATTRIBUTE_ALWAYS_INLINE __attribute__ ((always_inline)) inline | 56 | # define ATTRIBUTE_ALWAYS_INLINE __attribute__ ((always_inline)) inline |
57 | # define ATTRIBUTE_DEPRECATED __attribute__ ((__deprecated__)) | ||
57 | # else | 58 | # else |
58 | # define ATTRIBUTE_ALWAYS_INLINE inline | 59 | # define ATTRIBUTE_ALWAYS_INLINE inline |
60 | # define ATTRIBUTE_DEPRECATED /* n/a */ | ||
59 | # endif | 61 | # endif |
60 | 62 | ||
61 | /* -fwhole-program makes all symbols local. The attribute externally_visible | 63 | /* -fwhole-program makes all symbols local. The attribute externally_visible |