1
1

topo/treematch: initialize the global_bl symbol

Этот коммит содержится в:
Gilles Gouaillardet 2015-08-19 10:39:17 +09:00
родитель d2b3c9d54b
Коммит 646b9943e8

Просмотреть файл

@ -31,7 +31,7 @@ static int ilog2(int val)
static int verbose_level = ERROR;
bucket_list_t global_bl;
bucket_list_t global_bl = {0};
int tab_cmp(const void*,const void*);
int old_bucket_id(int,int,bucket_list_t);