Skip to content

Commit eb515eb

Browse files
authored
Merge pull request #1625 from dlang/rainers-patch-2
make Parameters optional in TypeFunction merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>
2 parents 9e07514 + 8cd57e5 commit eb515eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/abi.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ $(H3 $(LNAME2 type_mangling, Type Mangling))
454454
$(B Nh) $(GLINK Type)
455455

456456
$(GNAME TypeFunction):
457-
$(GLINK CallConvention) $(GLINK FuncAttrs)$(OPT) $(GLINK Parameters) $(GLINK ParamClose) $(GLINK Type)
457+
$(GLINK CallConvention) $(GLINK FuncAttrs)$(OPT) $(GLINK Parameters)$(OPT) $(GLINK ParamClose) $(GLINK Type)
458458

459459
$(GNAME CallConvention):
460460
$(B F) $(GREEN // D)

0 commit comments

Comments
 (0)