From: Pavel Machek Date: Tue, 9 Mar 1999 14:44:43 +0000 (+0000) Subject: Added '=' to operator list X-Git-Tag: v1.2.0~1666 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1aa5cf1c6171393d4be4447eada173d4e1eb983a;p=thirdparty%2Fbird.git Added '=' to operator list --- diff --git a/conf/confbase.Y b/conf/confbase.Y index aa46e51d9..f498412af 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -36,6 +36,7 @@ CF_DECLS %type expr bool pxlen +%left '=' %left '+' '-' %left '*' '/' '%'