Skip to content
Snippets Groups Projects
Commit ecb7666a authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

warning removed

Rev: src/multiset.h:1.5
parent ddab2020
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ struct multiset
struct array *ind;
};
struct multiset *first_multiset;
extern struct multiset *first_multiset;
#define free_multiset(L) do{ struct multiset *l_=(L); if(!--l_->refs) really_free_multiset(l_); }while(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment