]> granicus.if.org Git - graphviz/commitdiff
cgraph: [nfc] remove useless default extern declaration of functions in cghdr.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 1 Jan 2022 16:25:02 +0000 (17:25 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 08:44:21 +0000 (09:44 +0100)
lib/cgraph/cghdr.h

index b2c3cd0baf91135d9ae9b934895f4ca8cfcbed5a..8a442a999cc424dfb70409a9044f1ae0786db5c2 100644 (file)
@@ -19,7 +19,7 @@
 #define CGHDR_API __declspec(dllimport)
 #endif
 #else
-#define CGHDR_API extern
+#define CGHDR_API /* nothing */
 #endif
 
 #include <cgraph.h>