Namespace police woz here

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@408
This commit is contained in:
Julian Seward 2002-06-13 11:11:05 +00:00
parent cf4a890c45
commit 37ad57a2b5
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ static void print_cache(cache_t2* c)
#define CACHESIM(L, MISS_TREATMENT) \
/* The cache and associated bits and pieces. */ \
cache_t2 L; \
static cache_t2 L; \
\
static void cachesim_##L##_initcache(cache_t config) \
{ \

View File

@ -106,7 +106,7 @@ static void print_cache(cache_t2* c)
#define CACHESIM(L, MISS_TREATMENT) \
/* The cache and associated bits and pieces. */ \
cache_t2 L; \
static cache_t2 L; \
\
static void cachesim_##L##_initcache(cache_t config) \
{ \