mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-02-05 15:50:02 +00:00
4107df1d1b
o cf_define_symbol() -- it assigns a meaning to a symbol, bailing out if it already has one. o cf_find_symbol() -- finds symbol by name and creates it if not found. Also modified filter/config.Y to make use of the first function.