From 7b4a9720fb5852be30c4f90aefc5a9ef37c9cec3 Mon Sep 17 00:00:00 2001 From: Prabhanjan Kambadur Date: Wed, 9 Feb 2005 21:26:42 +0000 Subject: [PATCH] OMPI_DECLSPEC's are not required here. OMPI_DECLSPEC's are used only in the main library. If anything has to be exported from the components, it should only be the main component structure, in which case, one can use OMPI_COMP_EXPORT This commit was SVN r4360. --- src/mca/coll/sm/coll_sm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mca/coll/sm/coll_sm.h b/src/mca/coll/sm/coll_sm.h index 560653acca..6b7ea9a5d2 100644 --- a/src/mca/coll/sm/coll_sm.h +++ b/src/mca/coll/sm/coll_sm.h @@ -47,8 +47,8 @@ extern "C" { * Globally exported variables */ - OMPI_DECLSPEC extern const mca_coll_base_component_1_0_0_t mca_coll_sm_component; - OMPI_DECLSPEC extern int mca_coll_sm_param_priority; + extern const mca_coll_base_component_1_0_0_t mca_coll_sm_component; + extern int mca_coll_sm_param_priority; /*