]> git.ipfire.org Git - thirdparty/bird.git/commit - filter/config.Y
Filter: Clean up function call instruction
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 1 Mar 2022 01:04:35 +0000 (02:04 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 27 Jun 2022 19:13:31 +0000 (21:13 +0200)
commit4c0c507b1fabbdab557d66eb9d90a2d3c8009880
tree0dd48bda43648b60748235504afbd2c6fa771e16
parentbeb5f78ada79ac90f31f2c4923302c74d9ab38bf
Filter: Clean up function call instruction

Pass instructions of function call arguments as vararg arguments to
FI_CALL instruction constructor and move necessary magic from parser
code to interpreter / instruction code.
filter/config.Y
filter/f-inst.c