0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-07 22:15:19 +00:00

Typed lists: added forgotten #undef

This commit is contained in:
Maria Matejka 2024-06-24 11:27:45 +02:00 committed by Ondrej Zajicek
parent f27004fb4d
commit 09f50f3766

View File

@ -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