* Use new BEGIN_C_DECLS / END_C_DECLS convention
* Add newline at end of file to avoid compiler warning This commit was SVN r16579.
Этот коммит содержится в:
родитель
3c38c9c020
Коммит
9e4387d021
@ -49,9 +49,7 @@
|
|||||||
|
|
||||||
#include "orte/mca/rmaps/rmaps_types.h"
|
#include "orte/mca/rmaps/rmaps_types.h"
|
||||||
|
|
||||||
#if defined(c_plusplus) || defined(__cplusplus)
|
BEGIN_C_DECLS
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rmaps module functions
|
* rmaps module functions
|
||||||
@ -139,8 +137,6 @@ typedef orte_rmaps_base_component_1_3_0_t orte_rmaps_base_component_t;
|
|||||||
/* global structure for accessing RMAPS modules */
|
/* global structure for accessing RMAPS modules */
|
||||||
ORTE_DECLSPEC extern orte_rmaps_base_module_t orte_rmaps;
|
ORTE_DECLSPEC extern orte_rmaps_base_module_t orte_rmaps;
|
||||||
|
|
||||||
#if defined(c_plusplus) || defined(__cplusplus)
|
END_C_DECLS
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user