1
1

* 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.
Этот коммит содержится в:
Brian Barrett 2005-08-25 14:07:28 +00:00
родитель d0e847d1ed
Коммит bab3508464

Просмотреть файл

@ -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