Skip to content

Commit eeeb8a8

Browse files
committed
mpi_constants fixup
1 parent 87b8d7c commit eeeb8a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mpi-proxy-split/lower-half/libproxy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ static void* MPI_Fnc_Ptrs[] = {
6868
NULL,
6969
};
7070

71-
#define INIT_CONST_MAP(const) mpi_constants[LH_MPI_##const] = const;
71+
#define INIT_CONST_MAP(const) mpi_constants[LH_MPI_##const] = MPI_##const;
7272

7373
static int mpi_constants_initialized = 0;
74-
static void* mpi_constants[LH_MPI_Constant_Invalid + 1]
74+
static void* mpi_constants[LH_MPI_Constant_Invalid + 1];
7575
// Local functions
7676

7777
void*

0 commit comments

Comments
 (0)