|
From: <sv...@va...> - 2014-08-22 16:55:17
|
Author: florian
Date: Fri Aug 22 16:55:07 2014
New Revision: 14332
Log:
Remove benign macro redefinition.
Give current_jccs internal linkage.
Modified:
trunk/callgrind/jumps.c
Modified: trunk/callgrind/jumps.c
==============================================================================
--- trunk/callgrind/jumps.c (original)
+++ trunk/callgrind/jumps.c Fri Aug 22 16:55:07 2014
@@ -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)
{
|