1
1

Add a missing extern keyword that prevented compilation on OS X.

This commit was SVN r13853.
Этот коммит содержится в:
Tim Mattox 2007-02-28 20:26:34 +00:00
родитель ddff458f3f
Коммит ec82d01555

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

@ -33,7 +33,7 @@
extern "C" {
#endif
OMPI_DECLSPEC mca_mtl_base_component_t* ompi_mtl_base_selected_component;
OMPI_DECLSPEC extern mca_mtl_base_component_t* ompi_mtl_base_selected_component;
OMPI_DECLSPEC int ompi_mtl_base_open(void);
OMPI_DECLSPEC int ompi_mtl_base_select(bool enable_progress_threads,