summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2024-06-24 11:27:45 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2024-06-27 04:14:38 +0200
commit09f50f3766e54b04e006b45e04e96316942526fd (patch)
tree2e9d3589af0a6798b605a8038e64e759a6b3bfe1
parentf27004fb4d556148a22f7750feaefd3b329778f0 (diff)
Typed lists: added forgotten #undef
-rw-r--r--lib/tlists.h1
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