From: Matthew Fernandez Date: Fri, 15 Apr 2022 04:47:23 +0000 (-0700) Subject: gvpack: remove '__cplusplus' guards X-Git-Tag: 4.0.0~67^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8ef6d5d7b2138a215eac6888a7212bbc738e2af;p=graphviz gvpack: remove '__cplusplus' guards Now that this code has made the C→C++ transition, we can drop the conditionals around this linkage specification. --- diff --git a/cmd/tools/gvpack.cpp b/cmd/tools/gvpack.cpp index 0dbecce43..387044523 100644 --- a/cmd/tools/gvpack.cpp +++ b/cmd/tools/gvpack.cpp @@ -28,18 +28,12 @@ #include #include -#ifdef __cplusplus extern "C" { -#endif - #ifdef GVDLL __declspec(dllimport) #endif extern gvplugin_library_t gvplugin_neato_layout_LTX_library; - -#ifdef __cplusplus } -#endif lt_symlist_t lt_preloaded_symbols[] = { #ifdef GVDLL