summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2022-05-12 09:24:23 +0200
committerQuentin Carbonneaux <quentin@c9x.me>2022-05-12 09:24:23 +0200
commitee6c272416c2f9c76318f3a396c83aa69689c773 (patch)
treeca2aa63562528be7029e3074a68c57177c851ce1
parent2c8697696dc32314f9a2f75c788719b74bcac5ee (diff)
downloadroux-ee6c272416c2f9c76318f3a396c83aa69689c773.tar.gz
tighten function definition spec
-rw-r--r--doc/il.txt4
1 files 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 :=