From: Magnus Jacobsson Date: Sun, 2 Jan 2022 09:59:00 +0000 (+0100) Subject: common: [nfc] remove useless default extern declaration of functions in memory.h X-Git-Tag: 3.0.0~84^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27c0c24c97b9639e9a33e8b25c566fd285788739;p=graphviz common: [nfc] remove useless default extern declaration of functions in memory.h --- diff --git a/lib/common/memory.h b/lib/common/memory.h index 7881fe8af..459f1928c 100644 --- a/lib/common/memory.h +++ b/lib/common/memory.h @@ -34,7 +34,7 @@ extern "C" { #endif #ifndef MEMORY_API -#define MEMORY_API extern +#define MEMORY_API /* nothing */ #endif MEMORY_API void *zmalloc(size_t);