From 147520eb27b79053c05a206394568290c22fc9f4 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Fri, 22 Aug 2014 16:55:07 +0000 Subject: [PATCH] Remove benign macro redefinition. Give current_jccs internal linkage. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14332 --- callgrind/jumps.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/callgrind/jumps.c b/callgrind/jumps.c index afe56dc77c..c0652f1fab 100644 --- a/callgrind/jumps.c +++ b/callgrind/jumps.c @@ -28,15 +28,13 @@ #include "global.h" -#define N_JCC_INITIAL_ENTRIES 4437 - /*------------------------------------------------------------*/ /*--- Jump Cost Center (JCC) operations, including Calls ---*/ /*------------------------------------------------------------*/ #define N_JCC_INITIAL_ENTRIES 4437 -jcc_hash current_jccs; +static jcc_hash current_jccs; void CLG_(init_jcc_hash)(jcc_hash* jccs) { -- 2.47.2