mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filters upgraded - a bit. Moved code to filter.c because it is where
it belongs. (f-util.c stays there for auxiliary and non-important things.)
This commit is contained in:
@@ -103,7 +103,7 @@ WHITE [ \t]
|
||||
return SYM;
|
||||
}
|
||||
|
||||
[={}:;,()+*/%-] {
|
||||
[={}:;,()+*/%-<>~] {
|
||||
return yytext[0];
|
||||
}
|
||||
|
||||
|
||||
@@ -37,9 +37,10 @@ CF_DECLS
|
||||
|
||||
%type <i> expr bool pxlen
|
||||
|
||||
%left '='
|
||||
%nonassoc '=' '<' '>'
|
||||
%left '+' '-'
|
||||
%left '*' '/' '%'
|
||||
%left '!'
|
||||
|
||||
CF_KEYWORDS(DEFINE, ON, OFF, YES, NO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user