]> granicus.if.org Git - graphviz/commitdiff
common: [nfc] remove useless default extern declaration of functions in memory.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 09:59:00 +0000 (10:59 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 19:24:28 +0000 (20:24 +0100)
lib/common/memory.h

index 7881fe8af709bdd23582cbd02c68e36783c6c24b..459f1928c004683a4434ed73a0c17aeb8812af8b 100644 (file)
@@ -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);