]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Implement soft scopes
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 6 Mar 2022 15:37:30 +0000 (16:37 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 27 Jun 2022 19:13:31 +0000 (21:13 +0200)
commit946cedfcfe3bdfd850613c4d891f8abfd6b2cafd
treed95372d01134a350b366892ad7b8737f35d5f161
parent26bc4f9904b014c9949489e8ae28366da473e85d
Filter: Implement soft scopes

Soft scopes are anonymous scopes that most likely do not contain any
symbol, so allocating regular scope is postponed when it is really
needed.
conf/cf-lex.l
conf/conf.h
sysdep/unix/main.c