mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fix <=, >=, !=
This commit is contained in:
@@ -177,6 +177,10 @@ WHITE [ \t]
|
||||
<CCOMM><<EOF>> cf_error("Unterminated comment");
|
||||
<CCOMM>.
|
||||
|
||||
\!\= return NEQ;
|
||||
\<\= return LEQ;
|
||||
\>\= return GEQ;
|
||||
|
||||
%%
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user