diff options
Diffstat (limited to 'conf')
-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 4a94287..0ec7453 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -46,7 +46,7 @@ CF_DECLS %type <i> expr bool pxlen datetime -%nonassoc '=' '<' '>' '~' IF ELSE '.' +%nonassoc '=' '<' '>' '~' '.' %left '+' '-' %left '*' '/' '%' %left '!' |