mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filter: Instruction codes linearized
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
|
||||
enum f_instruction_code {
|
||||
#define F(c,a,b) \
|
||||
c = FI__TWOCHAR(a,b),
|
||||
c,
|
||||
FI__LIST
|
||||
#undef F
|
||||
} PACKED;
|
||||
|
Reference in New Issue
Block a user