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/confbase.Y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/confbase.Y') diff --git a/conf/confbase.Y b/conf/confbase.Y index 2efeb29f..7b368fc6 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -98,7 +98,7 @@ CF_DECLS } %token END CLI_MARKER INVALID_TOKEN ELSECOL DDOT -%token GEQ LEQ NEQ AND OR +%token GEQ LEQ NEQ AND OR IMP %token PO PC %token NUM ENUM %token IP4 @@ -125,7 +125,7 @@ CF_DECLS %nonassoc PREFIX_DUMMY %left AND OR -%nonassoc '=' '<' '>' '~' GEQ LEQ NEQ NMA PO PC +%nonassoc '=' '<' '>' '~' GEQ LEQ NEQ NMA IMP PO PC %left '+' '-' %left '*' '/' '%' %left '!' -- cgit v1.2.3