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
./
studio12.4-patch revision 1462
6399
N/A
---
a/unix/xserver/include/misc.h
Thu Jul 10 11:37:34 2014
6399
N/A
+++
b/unix/xserver/include/misc.h
Thu Jul 10 11:38:50 2014
6399
N/A
@@ -297,7 +297,9 @@
6399
N/A
}
6399
N/A
#endif
6399
N/A
6399
N/A
-#if !(defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)))
6399
N/A
+#if !(defined(__GNUC__) \
6399
N/A
+ || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)) \
6399
N/A
+ || (defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x5130)))
6399
N/A
static inline int
6399
N/A
__builtin_constant_p(int x)
6399
N/A
{
6399
N/A