1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Filter refactoring: Converted condition to three-args instruction

This commit is contained in:
Maria Matejka
2018-12-20 14:34:35 +01:00
parent 8e8b1fe48c
commit 224b77d4f7
3 changed files with 12 additions and 16 deletions

View File

@@ -793,7 +793,7 @@ i_same(struct f_inst *f1, struct f_inst *f2)
return 0;
break;
case FI_PRINT: case FI_LENGTH: ONEARG; break;
case FI_CONDITION: TWOARGS; break;
case FI_CONDITION: THREEARGS; break;
case FI_NOP: case FI_EMPTY: break;
case FI_PRINT_AND_DIE: ONEARG; A2_SAME; break;
case FI_PREF_GET: