From 7515dafc006f8b71bc15aa7ed9749c7d4fb00153 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 27 Jan 2010 22:26:45 +0100 Subject: Allow multiple || and && statements. --- conf/confbase.Y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/confbase.Y b/conf/confbase.Y index a2df85d..6d2607e 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -60,8 +60,8 @@ CF_DECLS %type text_or_none %nonassoc PREFIX_DUMMY -%nonassoc '=' '<' '>' '~' '.' GEQ LEQ NEQ AND OR PO PC -%left '+' '-' +%nonassoc '=' '<' '>' '~' '.' GEQ LEQ NEQ PO PC +%left '+' '-' AND OR %left '*' '/' '%' %left '!' -- cgit v1.2.3