treematch: fix global common symbol
Despite its name, this symbol doesn't need to be global. So just make it static. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
cf49957af6
Коммит
e9a6246b90
@ -31,7 +31,7 @@ static int ilog2(int val)
|
||||
|
||||
static int verbose_level = ERROR;
|
||||
|
||||
bucket_list_t global_bl;
|
||||
static bucket_list_t global_bl = {0};
|
||||
|
||||
int tab_cmp(const void*,const void*);
|
||||
int old_bucket_id(int,int,bucket_list_t);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user