]> granicus.if.org Git - graphviz/commitdiff
xdot: [nfc] remove useless default extern declaration of functions in xdot.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 18:04:22 +0000 (19:04 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 14:09:12 +0000 (15:09 +0100)
lib/xdot/xdot.h

index cc67f9a224f7a4bbdf2df296d2667467e92588b5..280196f654aa77e3b1d5063d3d3602dc82763cf3 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 #define XDOT_API __declspec(dllimport)
 #endif
 #else
-#define XDOT_API extern
+#define XDOT_API /* nothing */
 #endif
 
 #define INITIAL_XDOT_CAPACITY 512