X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fexpr.h;h=973b6f73336829a6290a0d2bb15a841086d9a18c;hp=a2fc96a2bd2cf84115b8009b097ea772ab53dcdf;hb=b049eebc30b8654df29be2960f85762f679a6699;hpb=b5b81a87c764e579256cb533ed5ace8315e9ceff 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 {