X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fexpr.h;h=cdd48600e02a9bd842f2e43ab6b7f263949451ec;hb=65b220ac9d14532bd798a48e17d0f7b361771b7a;hp=bd2e098955532a26a3935e44ad58283598cbf673;hpb=72c3e74a3e87ada13732f812b123bb33ff174c03;p=carl9170fw.git diff --git a/config/expr.h b/config/expr.h index bd2e098..cdd4860 100644 --- a/config/expr.h +++ b/config/expr.h @@ -12,7 +12,7 @@ extern "C" { #include #include -#include +#include "list.h" #ifndef __cplusplus #include #endif @@ -175,12 +175,11 @@ struct menu { #define MENU_ROOT 0x0002 struct jump_key { - CIRCLEQ_ENTRY(jump_key) entries; + struct list_head entries; size_t offset; struct menu *target; int index; }; -CIRCLEQ_HEAD(jk_head, jump_key); #define JUMP_NB 9