Skip to content

Commit 7686b86

Browse files
authored
Merge pull request #5897 from jsquyres/pr/fix-c99-comments-in-mpih
mpi.h.in: remove C99-style comments
2 parents 80348b9 + f4b3cca commit 7686b86

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ompi/include/mpi.h.in

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,12 @@ typedef ompi_file_errhandler_function MPI_File_errhandler_fn
417417
typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
418418
__mpi_interface_removed__("MPI_Win_errhandler_fn was removed in MPI-3.0; use MPI_Win_errhandler_function instead");
419419

420-
// NOTE: We intentionally do *not* mark the following as
421-
// deprecated/removed because they are used below in function
422-
// prototypes (and would therefore emit warnings, just for #including
423-
// <mpi.h>).
420+
/*
421+
* NOTE: We intentionally do *not* mark the following as
422+
* deprecated/removed because they are used below in function
423+
* prototypes (and would therefore emit warnings, just for #including
424+
* <mpi.h>).
425+
*/
424426
typedef void (MPI_Handler_function)(MPI_Comm *, int *, ...);
425427
typedef int (MPI_Copy_function)(MPI_Comm, int, void *,
426428
void *, void *, int *);

0 commit comments

Comments
 (0)