From fc4398b4e1d18142a5c428a7c90484071a81ab9c Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 4 Jul 2023 19:07:30 +0200 Subject: Filter: Better syntax for function return types The C-style syntax does not really fit into rest of our syntax. --- conf/cf-lex.l | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/cf-lex.l') diff --git a/conf/cf-lex.l b/conf/cf-lex.l index dcd54b81..cee0e63e 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -380,6 +380,7 @@ else: { \>\= return GEQ; \&\& return AND; \|\| return OR; +\-\> return IMP; \[\= return PO; \=\] return PC; -- cgit v1.2.3