[Mesa-dev] [PATCH 5/6] glapi: Define PURE for Sun Studio as well

Adam Jackson ajax at redhat.com
Wed May 4 19:12:03 UTC 2016


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 src/mapi/glapi/gen/gl_XML.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_XML.py b/src/mapi/glapi/gen/gl_XML.py
index 4f35343..8036a02 100644
--- a/src/mapi/glapi/gen/gl_XML.py
+++ b/src/mapi/glapi/gen/gl_XML.py
@@ -183,7 +183,7 @@ class gl_print_base(object):
         The name is also added to the file's undef_list.
         """
         self.undef_list.append("PURE")
-        print """#  if defined(__GNUC__)
+        print """#  if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
 #    define PURE __attribute__((pure))
 #  else
 #    define PURE
-- 
2.7.4



More information about the mesa-dev mailing list