X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.l;h=020c099a3a6568190a5584db7245e8f53a1f3760;hp=960b1e693ed748a88d20f9c57bb3f7f410084a2e;hb=b049eebc30b8654df29be2960f85762f679a6699;hpb=b5b81a87c764e579256cb533ed5ace8315e9ceff diff --git a/config/zconf.l b/config/zconf.l index 960b1e6..020c099 100644 --- a/config/zconf.l +++ b/config/zconf.l @@ -122,6 +122,10 @@ n [A-Za-z0-9_] "!" return T_NOT; "=" return T_EQUAL; "!=" return T_UNEQUAL; + "<=" return T_LESS_EQUAL; + ">=" return T_GREATER_EQUAL; + "<" return T_LESS; + ">" return T_GREATER; \"|\' { str = yytext[0]; new_string();