diff options
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 4 |
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 |