]> git.ipfire.org Git - thirdparty/bird.git/commit
Conf: Symbols are properly scoped
authorMaria Matejka <mq@ucw.cz>
Mon, 2 May 2022 18:29:03 +0000 (20:29 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 4 May 2022 13:38:42 +0000 (15:38 +0200)
commit165156beeb2926472bbceca3c103aacc3f81a8cc
tree483ee32846c8758ded4b8c4bfeea3d3ae07a21d2
parentcf07d8ad79273a3bbf0617c17e438602e4b64ece
Conf: Symbols are properly scoped

Now there is a persistent root symbol scope and all scopes have their
symbol hashes to store local symbols and not leak any symbol out.
conf/cf-lex.l
conf/conf.c
conf/conf.h
nest/cmds.c
nest/config.Y