]> git.ipfire.org Git - thirdparty/bird.git/commit
Implemented two new symbol handling functions:
authorMartin Mares <mj@ucw.cz>
Mon, 17 May 1999 20:06:19 +0000 (20:06 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 17 May 1999 20:06:19 +0000 (20:06 +0000)
commit4107df1d1b7454a16e6f45ea55aae13b01c9f566
tree633f4f7a266cb62d0aea1a08d6f2d7538573e8cc
parentb23c5e0ff4e9071b2568bf2f7d437bc13273d17d
Implemented two new symbol handling functions:

  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.
conf/cf-lex.l
conf/conf.h
filter/config.Y