diff --git a/ompi/mca/op/base/op_base_functions.c b/ompi/mca/op/base/op_base_functions.c index 1c1d6a8087..acd478f245 100644 --- a/ompi/mca/op/base/op_base_functions.c +++ b/ompi/mca/op/base/op_base_functions.c @@ -1287,7 +1287,7 @@ LOC_FUNC_3BUF(minloc, long_double_int, <) #define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype) \ ompi_op_base_##ftype##_##name##_fortran_double_precision #else -#define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name) NULL +#define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype) NULL #endif /** Floating point, including all the Fortran reals *********************/ @@ -1305,7 +1305,7 @@ LOC_FUNC_3BUF(minloc, long_double_int, <) #define FORTRAN_LOGICAL(name, ftype) \ ompi_op_base_##ftype##_##name##_fortran_logical /* OMPI_OP_BASE_TYPE_LOGICAL */ #else -#define FORTRAN_LOGICAL(name) NULL +#define FORTRAN_LOGICAL(name, ftype) NULL #endif #define LOGICAL(name, ftype) \