10 lines
299 B
Text
10 lines
299 B
Text
--- src/dlist.h.orig Mon Oct 20 01:07:03 2014
|
|
+++ src/dlist.h Wed Apr 27 16:40:21 2016
|
|
@@ -27,6 +27,7 @@
|
|
#ifndef ADNS_DLIST_H_INCLUDED
|
|
#define ADNS_DLIST_H_INCLUDED
|
|
|
|
+#undef LIST_INIT
|
|
#define LIST_INIT(list) ((list).head= (list).tail= 0)
|
|
#define LINK_INIT(link) ((link).next= (link).back= 0)
|
|
|