From: Magnus Jacobsson Date: Sun, 2 Jan 2022 18:04:22 +0000 (+0100) Subject: xdot: [nfc] remove useless default extern declaration of functions in xdot.h X-Git-Tag: 3.0.0~80^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d06c089cfcde58104f0ecf2a6204215ff125b72e;p=graphviz xdot: [nfc] remove useless default extern declaration of functions in xdot.h --- diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index cc67f9a22..280196f65 100644 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -23,7 +23,7 @@ extern "C" { #define XDOT_API __declspec(dllimport) #endif #else -#define XDOT_API extern +#define XDOT_API /* nothing */ #endif #define INITIAL_XDOT_CAPACITY 512