File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -417,10 +417,12 @@ typedef ompi_file_errhandler_function MPI_File_errhandler_fn
417417typedef 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+ */
424426typedef void (MPI_Handler_function )(MPI_Comm * , int * , ...);
425427typedef int (MPI_Copy_function )(MPI_Comm , int , void * ,
426428 void * , void * , int * );
You can’t perform that action at this time.
0 commit comments