1
1

Correcting the order of #pragma

This commit was SVN r415.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-01-15 06:08:49 +00:00
родитель 75c00ff451
Коммит 99a9183a48

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

@ -10,7 +10,7 @@
#include "mpi/interface/c/bindings.h"
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
#pragma weak PMPI_Free_mem = MPI_Free_mem
#pragma weak MPI_Free_mem = PMPI_Free_mem
#endif