1
1

correcting the #pragma weak statement

This commit was SVN r508.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-01-21 00:08:42 +00:00
родитель dfa56dae82
Коммит 7b4833ed88

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

@ -8,7 +8,7 @@
#include "mpi/interface/c/bindings.h"
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
#pragma weak MPI_Add_error_class PMPI_Add_error_class
#pragma weak MPI_Add_error_class = PMPI_Add_error_class
#endif
int MPI_Add_error_class(int *errorclass) {