1
1

Refs trac:1589: remove the OMPI_DECLSPEC because it doesn't need to be

there.

This commit was SVN r19825.

The following Trac tickets were found above:
  Ticket 1589 --> https://svn.open-mpi.org/trac/ompi/ticket/1589
Этот коммит содержится в:
Jeff Squyres 2008-10-28 17:24:31 +00:00
родитель d33801c0fa
Коммит 96f7d971d3

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

@ -71,9 +71,9 @@ OMPI_DECLSPEC extern int mca_btl_base_output;
extern char* mca_btl_base_include;
extern char* mca_btl_base_exclude;
extern int mca_btl_base_warn_component_unused;
extern int mca_btl_base_already_opened;
OMPI_DECLSPEC extern opal_list_t mca_btl_base_components_opened;
OMPI_DECLSPEC extern opal_list_t mca_btl_base_modules_initialized;
OMPI_DECLSPEC extern int mca_btl_base_already_opened;
END_C_DECLS