From bab35084649a57212bf9bf4b4d569cd8b0305bd0 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 25 Aug 2005 14:07:28 +0000 Subject: [PATCH] * if fortran support is disabled, we need the bogus type as well as the fint type for mpi.h to parse correctly. This commit was SVN r7028. --- include/mpi.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/mpi.h.in b/include/mpi.h.in index dcf14d1586..9292451e61 100644 --- a/include/mpi.h.in +++ b/include/mpi.h.in @@ -83,6 +83,10 @@ /* MPI datatype corresponding to MPI_Offset */ #undef OMPI_OFFSET_DATATYPE +/* A type that allows us to have sentinel type values that are still + valid */ +#undef ompi_fortran_bogus_type_t + /* C type corresponding to FORTRAN INTEGER */ #undef ompi_fortran_integer_t