util: remove Sun C Compiler support
Support for this compiler was dropped in 51564f04b7
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
This commit is contained in:
@@ -220,7 +220,7 @@ do { \
|
|||||||
#define MUST_CHECK
|
#define MUST_CHECK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
|
#if defined(__GNUC__)
|
||||||
#define ATTRIBUTE_NOINLINE __attribute__((noinline))
|
#define ATTRIBUTE_NOINLINE __attribute__((noinline))
|
||||||
#else
|
#else
|
||||||
#define ATTRIBUTE_NOINLINE
|
#define ATTRIBUTE_NOINLINE
|
||||||
|
Reference in New Issue
Block a user