diff --git a/src/main/object.h b/src/main/object.h index ea206220..2d77b285 100644 --- a/src/main/object.h +++ b/src/main/object.h @@ -15,8 +15,7 @@ struct object { }; #define OBJECT_HEAD(type) \ - type *next; \ - type *prev; \ + LIST_HEAD(type); \ struct object object struct object_head {