From 76f2659527e35a16c439897d1597358f35b7eb41 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 23 Jul 2008 02:35:03 +0000 Subject: [PATCH] Very minor cleanup to slurm support This commit was SVN r18987. --- orte/mca/ras/slurm/ras_slurm.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/orte/mca/ras/slurm/ras_slurm.h b/orte/mca/ras/slurm/ras_slurm.h index a954d01192..31f1980a51 100644 --- a/orte/mca/ras/slurm/ras_slurm.h +++ b/orte/mca/ras/slurm/ras_slurm.h @@ -26,15 +26,11 @@ #include "orte/mca/ras/ras.h" #include "orte/mca/ras/base/base.h" -#if defined(c_plusplus) || defined(__cplusplus) -extern "C" { -#endif +BEGIN_C_DECLS - ORTE_DECLSPEC extern orte_ras_base_component_t mca_ras_slurm_component; - ORTE_DECLSPEC extern orte_ras_base_module_t orte_ras_slurm_module; +ORTE_DECLSPEC extern orte_ras_base_component_t mca_ras_slurm_component; +ORTE_DECLSPEC extern orte_ras_base_module_t orte_ras_slurm_module; -#if defined(c_plusplus) || defined(__cplusplus) -} -#endif +END_C_DECLS #endif