Commit 96f0e7e0 authored by Anne Gunn's avatar Anne Gunn
Browse files

T2345: Walking back nullptr changes in #defines in STUBS/mpi.h

parent 96b01f23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ extern "C" {
#define MPI_GROUP_EMPTY -1

#define MPI_ANY_SOURCE -1
#define MPI_STATUS_IGNORE nullptr
#define MPI_STATUS_IGNORE NULL

#define MPI_Comm int
#define MPI_Request int
@@ -60,7 +60,7 @@ extern "C" {
#define MPI_Group int
#define MPI_Offset long

#define MPI_IN_PLACE nullptr
#define MPI_IN_PLACE NULL

#define MPI_MAX_PROCESSOR_NAME 128
#define MPI_MAX_LIBRARY_VERSION_STRING 128