0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Filter: Instruction codes linearized

This commit is contained in:
Jan Maria Matejka 2018-04-30 12:39:32 +02:00
parent 906092534b
commit 31d6939cde

View File

@ -75,7 +75,7 @@
enum f_instruction_code {
#define F(c,a,b) \
c = FI__TWOCHAR(a,b),
c,
FI__LIST
#undef F
} PACKED;