From: Ondrej Zajicek Date: Tue, 27 Jun 2023 12:49:28 +0000 (+0200) Subject: Conf: Remove toksym from symbol_known X-Git-Tag: v2.14~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0231b092960c66dd17119f75ce3d2b4101f42aa;p=thirdparty%2Fbird.git Conf: Remove toksym from symbol_known No need to have toksym in symbol_known, as defined symbols are preferred (by scope) to keywords anyway. Adding it just creates grammar conflicts. --- diff --git a/conf/confbase.Y b/conf/confbase.Y index c62731b59..2efeb29f9 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -178,7 +178,7 @@ expr_us: ; symbol: CF_SYM_UNDEFINED | CF_SYM_KNOWN | KEYWORD ; -symbol_known: CF_SYM_KNOWN | KEYWORD ; +symbol_known: CF_SYM_KNOWN ; /* Switches */