]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added '=' to operator list
authorPavel Machek <pavel@ucw.cz>
Tue, 9 Mar 1999 14:44:43 +0000 (14:44 +0000)
committerPavel Machek <pavel@ucw.cz>
Tue, 9 Mar 1999 14:44:43 +0000 (14:44 +0000)
conf/confbase.Y

index aa46e51d991f3679fda6ff123448b2e22bdb0b26..f498412af01ed65b0b3addcda2a65bc548573fb0 100644 (file)
@@ -36,6 +36,7 @@ CF_DECLS
 
 %type <i> expr bool pxlen
 
+%left '='
 %left '+' '-'
 %left '*' '/' '%'