diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-10 13:44:07 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-10 13:44:07 +0100 |
commit | f453665704cc8d946f86057e67151ef27419e280 (patch) | |
tree | a595188a4b3be8acf3b2f9c90fca57522578affe /conf | |
parent | 6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6 (diff) | |
download | bird-f453665704cc8d946f86057e67151ef27419e280.tar bird-f453665704cc8d946f86057e67151ef27419e280.zip |
Enumerational types, defined keyword added.
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 '!' |