summaryrefslogtreecommitdiffstats
path: root/conf/confbase.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-10 13:44:07 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-10 13:44:07 +0100
commitf453665704cc8d946f86057e67151ef27419e280 (patch)
treea595188a4b3be8acf3b2f9c90fca57522578affe /conf/confbase.Y
parent6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6 (diff)
downloadbird-f453665704cc8d946f86057e67151ef27419e280.tar
bird-f453665704cc8d946f86057e67151ef27419e280.zip
Enumerational types, defined keyword added.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y2
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 '!'