From fefc8e3aef7961b4b22e07dec552d4da7a5a6933 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Wed, 3 Jul 2013 12:31:03 -0400 Subject: [PATCH] Remove declarations for Verbose and use the one from gvc. (Two definitions screws things up on Windows which allocates two copies.) --- cmd/gvmap/cluster.c | 1 - cmd/gvmap/gvmap.c | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/gvmap/cluster.c b/cmd/gvmap/cluster.c index 2dc23319d..2db2a60a2 100644 --- a/cmd/gvmap/cluster.c +++ b/cmd/gvmap/cluster.c @@ -37,7 +37,6 @@ #include "DotIO.h" #include "colorutil.h" -int Verbose; enum {POINTS_ALL = 1, POINTS_LABEL, POINTS_RANDOM}; enum {maxlen = 10000000}; enum {MAX_GRPS = 10000}; diff --git a/cmd/gvmap/gvmap.c b/cmd/gvmap/gvmap.c index 85784800b..3a3dd75d0 100644 --- a/cmd/gvmap/gvmap.c +++ b/cmd/gvmap/gvmap.c @@ -39,7 +39,6 @@ #ifdef WIN32 #define strdup(x) _strdup(x) #endif -int Verbose; enum {POINTS_ALL = 1, POINTS_LABEL, POINTS_RANDOM}; enum {maxlen = 10000000}; enum {MAX_GRPS = 10000}; -- 2.40.0