From 56aff6bb4eafe35ba301f5d60027377abc4cfd9f Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Tue, 1 Dec 2015 23:07:08 +0000 Subject: Remove Sun CC specific code. Reviewed-by: Matt Turner Acked-by: Alan Coopersmith --- src/util/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/macros.h b/src/util/macros.h index 5014b91..0c8958f 100644 --- a/src/util/macros.h +++ b/src/util/macros.h @@ -186,7 +186,7 @@ do { \ * inline a static function that we later use in an alias. - ajax */ #ifndef PUBLIC -# if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) +# if defined(__GNUC__) # define PUBLIC __attribute__((visibility("default"))) # define USED __attribute__((used)) # elif defined(_MSC_VER) -- cgit v1.1