diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-10-28 23:03:36 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-10-28 23:03:36 +0200 |
commit | 41be4444f2f548c5cc135593b2c820180a22ff99 (patch) | |
tree | db23c6c220b8a0304e6e29b07be67ff628099e23 /conf | |
parent | c2250f91c749f563229ad624bbd03053c1d671d0 (diff) | |
download | bird-41be4444f2f548c5cc135593b2c820180a22ff99.tar bird-41be4444f2f548c5cc135593b2c820180a22ff99.zip |
switch() { } done right.
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 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 '!' |