From 252ba048f7ecaca082a32cdb8777a9e55926d9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Fri, 20 Oct 2023 19:56:38 +0200 Subject: [PATCH] ParU_C.h: Avoid including header in `extern "C"` block --- ParU/Include/ParU_C.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ParU/Include/ParU_C.h b/ParU/Include/ParU_C.h index 4cfa4ef7f..da95e9981 100644 --- a/ParU/Include/ParU_C.h +++ b/ParU/Include/ParU_C.h @@ -11,10 +11,6 @@ #ifndef PARU_C_H #define PARU_C_H -#ifdef __cplusplus -extern "C" { -#endif - #include #include "ParU_definitions.h" @@ -79,6 +75,10 @@ typedef struct ParU_C_Numeric_struct void *num_handle; } ParU_C_Numeric; +#ifdef __cplusplus +extern "C" { +#endif + //------------------------------------------------------------------------------ // ParU_Version: //------------------------------------------------------------------------------