Cross Reference: studio12.4-patch
xref
: /
solaris-x11-s12
/
open-src
/
xserver
/
xvnc
/
studio12.4-patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1462
N/A
---
a/unix/xserver/include/misc.h
Thu Jul 10 11:37:34 2014
1462
N/A
+++
b/unix/xserver/include/misc.h
Thu Jul 10 11:38:50 2014
1462
N/A
@@ -297,7 +297,9 @@
1462
N/A
}
1462
N/A
#endif
1462
N/A
1462
N/A
-#if !(defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)))
1462
N/A
+#if !(defined(__GNUC__) \
1462
N/A
+ || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) \
1462
N/A
+ || (defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x5130)))
1462
N/A
static inline int
1462
N/A
__builtin_constant_p(int x)
1462
N/A
{