From 8144b2d39536096d14c05bb801979922d2620551 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 10:59:00 +0100 Subject: [PATCH] common: [nfc] remove useless default extern declaration of functions in geomprocs.h --- lib/common/geomprocs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0