X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=config%2Fexpr.h;h=f63b41b0dd498d23b65b3c12fe47e3b2c87e148d;hb=9625eb0fa4e880b87250d8596bdae6ae1d95a21c;hp=e7d7a5e3da68797c687ce8490f71245baead492f;hpb=57e10307580968174ee19be02d02faf2a9661fff;p=carl9170fw.git diff --git a/config/expr.h b/config/expr.h index e7d7a5e..f63b41b 100644 --- a/config/expr.h +++ b/config/expr.h @@ -171,6 +171,9 @@ struct symbol { * config BAZ * int "BAZ Value" * range 1..255 + * + * Please, also check zconf.y:print_symbol() when modifying the + * list of property types! */ enum prop_type { P_UNKNOWN, @@ -305,11 +308,12 @@ struct expr *expr_transform(struct expr *e); int expr_contains_symbol(struct expr *dep, struct symbol *sym); bool expr_depends_symbol(struct expr *dep, struct symbol *sym); struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); -struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2); void expr_fprint(struct expr *e, FILE *out); struct gstr; /* forward */ void expr_gstr_print(struct expr *e, struct gstr *gs); +void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, + tristate pr_type, const char *title); static inline int expr_is_yes(struct expr *e) {