]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Filter: Instruction codes linearized
authorJan Maria Matejka <mq@ucw.cz>
Mon, 30 Apr 2018 10:39:32 +0000 (12:39 +0200)
committerJan Maria Matejka <mq@ucw.cz>
Tue, 29 May 2018 09:53:51 +0000 (11:53 +0200)
filter/filter.h

index 982276f0904ef3f16387ca25a8df6f88fda1580d..bc330aba261b95136ba4cd31f8183876ca82eacf 100644 (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;