mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
tighten function definition spec
This commit is contained in:
parent
2c8697696d
commit
ee6c272416
@ -372,8 +372,8 @@ Here are various examples of data definitions.
|
|||||||
FUNCDEF :=
|
FUNCDEF :=
|
||||||
LINKAGE*
|
LINKAGE*
|
||||||
'function' [ABITY] $IDENT '(' (PARAM), ')' [NL]
|
'function' [ABITY] $IDENT '(' (PARAM), ')' [NL]
|
||||||
'{'
|
'{' NL
|
||||||
[NL] BLOCK+
|
BLOCK+
|
||||||
'}'
|
'}'
|
||||||
|
|
||||||
PARAM :=
|
PARAM :=
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user