src/cx/common.h

changeset 628
1e2be40f0cb5
parent 570
7edce1b5a798
child 650
77021e06b1a8
     1.1 --- a/src/cx/common.h	Sun Nov 20 17:48:42 2022 +0100
     1.2 +++ b/src/cx/common.h	Sun Nov 20 21:08:36 2022 +0100
     1.3 @@ -110,12 +110,12 @@
     1.4  #else
     1.5  #define __WORDSIZE 32
     1.6  #endif
     1.7 -#endif /* __WORDSIZE */
     1.8 -#else /* !_WIN32 */
     1.9 +#endif // __WORDSIZE
    1.10 +#else // !_WIN32
    1.11  
    1.12  #include <sys/types.h>
    1.13  
    1.14 -#endif /* _WIN32 */
    1.15 +#endif // _WIN32
    1.16  
    1.17  #ifndef __GNUC__
    1.18  /**
    1.19 @@ -124,4 +124,4 @@
    1.20  #define __attribute__(x)
    1.21  #endif
    1.22  
    1.23 -#endif /* UCX_COMMON_H */
    1.24 +#endif // UCX_COMMON_H

mercurial