src/ucx/ucx.h

changeset 253
e19825a1430a
parent 251
fae240d633fc
child 259
2f5dea574a75
     1.1 --- a/src/ucx/ucx.h	Wed Oct 18 12:03:44 2017 +0200
     1.2 +++ b/src/ucx/ucx.h	Wed Oct 18 14:23:57 2017 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4  #define UCX_VERSION_MAJOR   0
     1.5  
     1.6  /** Minor UCX version as integer constant. */
     1.7 -#define UCX_VERSION_MINOR   13
     1.8 +#define UCX_VERSION_MINOR   14
     1.9  
    1.10  #include <stdlib.h>
    1.11  #include <stdint.h>
    1.12 @@ -57,16 +57,7 @@
    1.13  #endif /* _WIN32 */
    1.14  
    1.15  #ifdef	__cplusplus
    1.16 -#ifndef _Bool
    1.17 -#define _Bool bool
    1.18 -#define restrict
    1.19 -#endif
    1.20 -/** Use C naming even when compiling with C++.  */
    1.21 -#define UCX_EXTERN extern "C"
    1.22  extern "C" {
    1.23 -#else
    1.24 -/** Pointless in C. */
    1.25 -#define UCX_EXTERN
    1.26  #endif
    1.27      
    1.28  

mercurial