1
1

Merge pull request #5899 from jsquyres/pr/v4.0.x/fix-c99-comments-in-mpih

v4.0.x: mpi.h.in: remove C99-style comments
Этот коммит содержится в:
Howard Pritchard 2018-10-16 16:33:08 -06:00 коммит произвёл GitHub
родитель d2fb9949a5 600967d2ed
Коммит cd7d70156c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -417,10 +417,12 @@ typedef ompi_file_errhandler_fn MPI_File_errhandler_fn
typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
__mpi_interface_removed__("MPI_Win_errhandler_fn was removed in MPI-3.0; use MPI_Win_errhandler_function instead");
// NOTE: We intentionally do *not* mark the following as
// deprecated/removed because they are used below in function
// prototypes (and would therefore emit warnings, just for #including
// <mpi.h>).
/*
* NOTE: We intentionally do *not* mark the following as
* deprecated/removed because they are used below in function
* prototypes (and would therefore emit warnings, just for #including
* <mpi.h>).
*/
typedef void (MPI_Handler_function)(MPI_Comm *, int *, ...);
typedef int (MPI_Copy_function)(MPI_Comm, int, void *,
void *, void *, int *);