X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fexpr.h;h=973b6f73336829a6290a0d2bb15a841086d9a18c;hb=refs%2Fheads%2Fradar;hp=a2fc96a2bd2cf84115b8009b097ea772ab53dcdf;hpb=ed51f317816e1fe0dc13ef356d9a9a07056d06b0;p=carl9170fw.git diff --git a/config/expr.h b/config/expr.h index a2fc96a..973b6f7 100644 --- a/config/expr.h +++ b/config/expr.h @@ -29,7 +29,9 @@ typedef enum tristate { } tristate; enum expr_type { - E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_LIST, E_SYMBOL, E_RANGE + E_NONE, E_OR, E_AND, E_NOT, + E_EQUAL, E_UNEQUAL, E_LTH, E_LEQ, E_GTH, E_GEQ, + E_LIST, E_SYMBOL, E_RANGE }; union expr_data {