We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b8d7c commit eeeb8a8Copy full SHA for eeeb8a8
1 file changed
mpi-proxy-split/lower-half/libproxy.c
@@ -68,10 +68,10 @@ static void* MPI_Fnc_Ptrs[] = {
68
NULL,
69
};
70
71
-#define INIT_CONST_MAP(const) mpi_constants[LH_MPI_##const] = const;
+#define INIT_CONST_MAP(const) mpi_constants[LH_MPI_##const] = MPI_##const;
72
73
static int mpi_constants_initialized = 0;
74
-static void* mpi_constants[LH_MPI_Constant_Invalid + 1]
+static void* mpi_constants[LH_MPI_Constant_Invalid + 1];
75
// Local functions
76
77
void*
0 commit comments