]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Update filter functions to use VARARG
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 20 Oct 2019 18:27:06 +0000 (20:27 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 20 Oct 2019 19:01:16 +0000 (21:01 +0200)
commitb3fdba0bf8ffe9d116adcb77b8e90fe753b8d9bb
tree98473021d85a463c035d79954672cefcc198be20
parentf9eb9b4cab65b850c61738dd56632bae0e7329ca
Filter: Update filter functions to use VARARG

Make function call one instruction with variable arguments, instead
of independently setting up arguments and then calling the function.

This fixes code that assumes every term to be one instruction (plus
recursive arguments).
filter/config.Y
filter/decl.m4
filter/f-inst.c