X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fexpr.h;h=5c3443692f34695896330894cb17f2a386cfcb18;hp=6e102a3b8bd5d79e33b241ca0fa03525f1b5e58f;hb=e3bae36f433a174644e8a2fe8bdad6c5f4fc0050;hpb=b629618bef6049d6f0cc7506c3b6116f6cfaa62f diff --git a/config/expr.h b/config/expr.h index 6e102a3..5c34436 100644 --- a/config/expr.h +++ b/config/expr.h @@ -300,6 +300,7 @@ struct expr *expr_alloc_or(struct expr *e1, struct expr *e2); struct expr *expr_copy(const struct expr *org); void expr_free(struct expr *e); void expr_eliminate_eq(struct expr **ep1, struct expr **ep2); +int expr_eq(struct expr *e1, struct expr *e2); tristate expr_calc_value(struct expr *e); struct expr *expr_trans_bool(struct expr *e); struct expr *expr_eliminate_dups(struct expr *e);