always define HEIM_SLIST
This commit is contained in:
@@ -34,8 +34,6 @@
|
|||||||
#ifndef _MECHQUEUE_H_
|
#ifndef _MECHQUEUE_H_
|
||||||
#define _MECHQUEUE_H_
|
#define _MECHQUEUE_H_
|
||||||
|
|
||||||
#ifndef HEIM_SLIST_HEAD
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Singly-linked List definitions.
|
* Singly-linked List definitions.
|
||||||
*/
|
*/
|
||||||
@@ -96,6 +94,4 @@ struct { \
|
|||||||
#define HEIM_SLIST_FIRST(head) ((head)->slh_first)
|
#define HEIM_SLIST_FIRST(head) ((head)->slh_first)
|
||||||
#define HEIM_SLIST_NEXT(elm, field) ((elm)->field.sle_next)
|
#define HEIM_SLIST_NEXT(elm, field) ((elm)->field.sle_next)
|
||||||
|
|
||||||
#endif /* HEIM_SLIST_HEAD */
|
|
||||||
|
|
||||||
#endif /* !_MECHQUEUE_H_ */
|
#endif /* !_MECHQUEUE_H_ */
|
||||||
|
Reference in New Issue
Block a user