From ee6c272416c2f9c76318f3a396c83aa69689c773 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 12 May 2022 09:24:23 +0200 Subject: tighten function definition spec --- doc/il.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/il.txt b/doc/il.txt index 25fa36b..288c6ca 100644 --- a/doc/il.txt +++ b/doc/il.txt @@ -372,8 +372,8 @@ Here are various examples of data definitions. FUNCDEF := LINKAGE* 'function' [ABITY] $IDENT '(' (PARAM), ')' [NL] - '{' - [NL] BLOCK+ + '{' NL + BLOCK+ '}' PARAM := -- cgit 1.4.1