From: Maria Matejka Date: Mon, 24 Jun 2024 09:27:45 +0000 (+0200) Subject: Typed lists: added forgotten #undef X-Git-Tag: v2.16~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f50f3766e54b04e006b45e04e96316942526fd;p=thirdparty%2Fbird.git Typed lists: added forgotten #undef --- diff --git a/lib/tlists.h b/lib/tlists.h index 96172ad6c..a652ba503 100644 --- a/lib/tlists.h +++ b/lib/tlists.h @@ -193,6 +193,7 @@ static inline void TLIST_NAME(rem_node)(TLIST_LIST_STRUCT *list, TLIST_TYPE *nod #undef TLIST_WANT_ADD_HEAD #undef TLIST_WANT_ADD_TAIL #undef TLIST_WANT_UPDATE_NODE +#undef TLIST_DEFINED_BEFORE # endif #else