Skip to content

Commit 5701db3

Browse files
CyberShadowGeod24
authored andcommitted
spec/attribute.dd: Specify possible trailing comma in LinkageAttribute
1 parent 06d4162 commit 5701db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/attribute.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ $(H2 $(LNAME2 linkage, Linkage Attribute))
8080
$(GRAMMAR
8181
$(GNAME LinkageAttribute):
8282
$(D extern) $(D $(LPAREN)) $(GLINK LinkageType) $(D $(RPAREN))
83+
$(D extern) $(D $(LPAREN)) $(D C++) $(D ,) $(D $(RPAREN))
8384
$(D extern) $(D $(LPAREN)) $(D C++) $(D ,) $(GLINK2 type, QualifiedIdentifier) $(D $(RPAREN))
8485
$(D extern) $(D $(LPAREN)) $(D C++) $(D ,) $(GLINK NamespaceList) $(D $(RPAREN))
8586

0 commit comments

Comments
 (0)