]> granicus.if.org Git - graphviz/commitdiff
common: [nfc] remove useless default extern declaration of functions in geomprocs.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/geomprocs.h

index c89ff340da338b3c037788611fcc5244d34d3b97..075036f02529f7dd284679389bc456cb1e53f740 100644 (file)
@@ -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);