summaryrefslogtreecommitdiffstats
path: root/conf/confbase.Y
diff options
context:
space:
mode:
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 6d2607e..91bfb1d 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -60,8 +60,9 @@ CF_DECLS
%type <t> text_or_none
%nonassoc PREFIX_DUMMY
+%left AND OR
%nonassoc '=' '<' '>' '~' '.' GEQ LEQ NEQ PO PC
-%left '+' '-' AND OR
+%left '+' '-'
%left '*' '/' '%'
%left '!'