summaryrefslogtreecommitdiff
path: root/conf/cf-lex.l
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-09-20 15:13:01 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-09-21 13:35:52 +0200
commit768d5e1058693d2bfb7c3bcbe04306097c3246a0 (patch)
tree97b6d1887b7cea60e31f11fd989a605fd931be53 /conf/cf-lex.l
parent75ac3d199d1fd5b199dd753915234b8634c272e5 (diff)
Add !~ operator to filter grammar
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r--conf/cf-lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index 61ea4527..d2aa6402 100644
--- a/conf/cf-lex.l
+++ b/conf/cf-lex.l
@@ -246,6 +246,7 @@ else: {
<CCOMM>.
\!\= return NEQ;
+\!\~ return NMA;
\<\= return LEQ;
\>\= return GEQ;
\&\& return AND;