@@ -56,3 +56,10 @@ static __inline void LIST_FN(free)(LIST_NAME *alist) {
free(alist->data);
free(alist);
}
#undef LIST_NAME
#undef LIST_PREFIX
#undef ELEMENT_TYPE
#undef LIST_CONCAT
#undef LIST_CONCAT1
#undef LIST_FN
The note is not visible to the blocked user.