From: Magnus Jacobsson Date: Sun, 2 Jan 2022 09:59:00 +0000 (+0100) Subject: common: [nfc] remove useless default extern declaration of functions in geomprocs.h X-Git-Tag: 3.0.0~84^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8144b2d39536096d14c05bb801979922d2620551;p=graphviz common: [nfc] remove useless default extern declaration of functions in geomprocs.h --- diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index c89ff340d..075036f02 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -29,7 +29,7 @@ extern "C" { #endif #ifndef GEOMPROCS_API -#define GEOMPROCS_API extern +#define GEOMPROCS_API /* nothing */ #endif GEOMPROCS_API box flip_rec_box(box b, point p);