Module: Mesa
Branch: master
Commit: 4eb0e90c6b59f9c5b789b33078afdec1975838af
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eb0e90c6b59f9c5b789b33078afdec1975838af

Author: Timothy Arceri <timothy.arc...@collabora.com>
Date:   Wed Sep  7 14:28:20 2016 +1000

util: remove Sun C Compiler support

Support for this compiler was dropped in 51564f04b77e6

Acked-by: Edward O'Callaghan <funfunc...@folklore1984.net>

---

 src/util/macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/macros.h b/src/util/macros.h
index 9ddf675..9dea2a0 100644
--- a/src/util/macros.h
+++ b/src/util/macros.h
@@ -220,7 +220,7 @@ do {                       \
 #define MUST_CHECK
 #endif
 
-#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
+#if defined(__GNUC__)
 #define ATTRIBUTE_NOINLINE __attribute__((noinline))
 #else
 #define ATTRIBUTE_NOINLINE

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to