1
1

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>
Этот коммит содержится в:
Jeff Squyres 2018-12-20 10:23:44 -08:00
родитель 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);