diff options
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index a6eb876..b266d25 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -43,7 +43,7 @@ CF_DECLS %type <i> expr bool pxlen datetime -%nonassoc '=' '<' '>' '~' ELSE IF '.' +%nonassoc '=' '<' '>' '~' IF ELSE '.' %left '+' '-' %left '*' '/' '%' %left '!' |