]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Move argument list reversal from function_call to var_list
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 12 Jul 2023 18:01:03 +0000 (20:01 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 12 Sep 2023 14:33:54 +0000 (16:33 +0200)
commite4ce88cc50a7af21e0b7042f60abd11e4288c6fe
treeaa88483c199b249c9ed128920d0624a020e95e91
parentfc4398b4e1d18142a5c428a7c90484071a81ab9c
Filter: Move argument list reversal from function_call to var_list

List of arguments for function calls is constructed in reverse and then
reverted. This was done in function_call grammar rule. Do the reverse
directly in var_list grammar rule. This fixes reverse order of arguments
in method calls.
filter/config.Y