src/cx/common.h

changeset 628
1e2be40f0cb5
parent 570
7edce1b5a798
child 650
77021e06b1a8
equal deleted inserted replaced
627:cc8cbabd27cd 628:1e2be40f0cb5
108 #ifdef _WIN64 108 #ifdef _WIN64
109 #define __WORDSIZE 64 109 #define __WORDSIZE 64
110 #else 110 #else
111 #define __WORDSIZE 32 111 #define __WORDSIZE 32
112 #endif 112 #endif
113 #endif /* __WORDSIZE */ 113 #endif // __WORDSIZE
114 #else /* !_WIN32 */ 114 #else // !_WIN32
115 115
116 #include <sys/types.h> 116 #include <sys/types.h>
117 117
118 #endif /* _WIN32 */ 118 #endif // _WIN32
119 119
120 #ifndef __GNUC__ 120 #ifndef __GNUC__
121 /** 121 /**
122 * Removes GNU C attributes where they are not supported. 122 * Removes GNU C attributes where they are not supported.
123 */ 123 */
124 #define __attribute__(x) 124 #define __attribute__(x)
125 #endif 125 #endif
126 126
127 #endif /* UCX_COMMON_H */ 127 #endif // UCX_COMMON_H

mercurial