qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit ee6c272416c2f9c76318f3a396c83aa69689c773
parent 2c8697696dc32314f9a2f75c788719b74bcac5ee
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Thu, 12 May 2022 09:24:23 +0200

tighten function definition spec

Diffstat:
Mdoc/il.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 :=