src/ucx/cx/common.h

changeset 438
22eca559aded
parent 415
d938228c382e
child 490
d218607f5a7e
--- a/src/ucx/cx/common.h	Sun Nov 20 12:43:44 2022 +0100
+++ b/src/ucx/cx/common.h	Sat Nov 26 17:07:08 2022 +0100
@@ -110,12 +110,12 @@
 #else
 #define __WORDSIZE 32
 #endif
-#endif /* __WORDSIZE */
-#else /* !_WIN32 */
+#endif // __WORDSIZE
+#else // !_WIN32
 
 #include <sys/types.h>
 
-#endif /* _WIN32 */
+#endif // _WIN32
 
 #ifndef __GNUC__
 /**
@@ -124,4 +124,4 @@
 #define __attribute__(x)
 #endif
 
-#endif /* UCX_COMMON_H */
+#endif // UCX_COMMON_H

mercurial