aboutsummaryrefslogtreecommitdiff
path: root/callgrind
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-08-22 16:55:07 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-08-22 16:55:07 +0000
commitaf21fda2d02c726545ab1e21db2a9a5fd66102f5 (patch)
tree29f4283250066d32bf76835488549e2519bd10e1 /callgrind
parent7697dd1b548a8ff8e06e7ffaa98ce554e06536a0 (diff)
downloadvalgrind-af21fda2d02c726545ab1e21db2a9a5fd66102f5.tar.gz
Remove benign macro redefinition.
Give current_jccs internal linkage. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14332 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'callgrind')
-rw-r--r--callgrind/jumps.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/callgrind/jumps.c b/callgrind/jumps.c
index afe56dc77..c0652f1fa 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)
{