s/head/tail/

This commit is contained in:
Mark Andrews
2013-01-17 21:45:46 +11:00
parent d8e8abdff9
commit 2afbf0891c

View File

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