summaryrefslogtreecommitdiffstats
path: root/conf/confbase.Y
diff options
context:
space:
mode:
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 0598d56..f65a9f6 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -27,6 +27,8 @@ CF_DECLS
char *t;
struct f_inst *x;
struct filter *f;
+ struct f_tree *e;
+ struct f_val v;
}
%token END
@@ -37,7 +39,7 @@ CF_DECLS
%type <i> expr bool pxlen
-%nonassoc '=' '<' '>'
+%nonassoc '=' '<' '>' '~' ELSE IF
%left '+' '-'
%left '*' '/' '%'
%left '!'