diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/il.txt | 4 |
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 := |