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 f65a9f6..522a180 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -39,7 +39,7 @@ CF_DECLS %type <i> expr bool pxlen -%nonassoc '=' '<' '>' '~' ELSE IF +%nonassoc '=' '<' '>' '~' ELSE IF '.' %left '+' '-' %left '*' '/' '%' %left '!' |