summaryrefslogtreecommitdiffstats
path: root/conf/cf-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r--conf/cf-lex.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index a54cdd9..557d837 100644
--- a/conf/cf-lex.l
+++ b/conf/cf-lex.l
@@ -177,6 +177,10 @@ WHITE [ \t]
<CCOMM><<EOF>> cf_error("Unterminated comment");
<CCOMM>.
+\!\= return NEQ;
+\<\= return LEQ;
+\>\= return GEQ;
+
%%
static int