s/head/tail/
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
(elt)->link.prev = (type *)(-1); \
|
||||
(elt)->link.next = (type *)(-1); \
|
||||
ISC_INSIST((list).head != (elt)); \
|
||||
ISC_INSIST((list).head != (elt)); \
|
||||
ISC_INSIST((list).tail != (elt)); \
|
||||
} while (0)
|
||||
|
||||
#define __ISC_LIST_UNLINKUNSAFE(list, elt, link) \
|
||||
|
||||
Reference in New Issue
Block a user