diff options
author | Maria Matejka <mq@ucw.cz> | 2024-06-24 11:27:45 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-06-27 04:14:38 +0200 |
commit | 09f50f3766e54b04e006b45e04e96316942526fd (patch) | |
tree | 2e9d3589af0a6798b605a8038e64e759a6b3bfe1 | |
parent | f27004fb4d556148a22f7750feaefd3b329778f0 (diff) |
Typed lists: added forgotten #undef
-rw-r--r-- | lib/tlists.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tlists.h b/lib/tlists.h index 96172ad6..a652ba50 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 |