File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ $(GNAME LinkageAttribute):
83
83
$(D extern) $(D $(LPAREN)) $(D C) $(D ++) $(D ,) $(D $(RPAREN))
84
84
$(D extern) $(D $(LPAREN)) $(D C) $(D ++) $(D ,) $(GLINK2 type, QualifiedIdentifier) $(D $(RPAREN))
85
85
$(D extern) $(D $(LPAREN)) $(D C) $(D ++) $(D ,) $(GLINK NamespaceList) $(D $(RPAREN))
86
+ $(D extern) $(D $(LPAREN)) $(D C) $(D ++) $(D ,) $(D class) $(D $(RPAREN))
87
+ $(D extern) $(D $(LPAREN)) $(D C) $(D ++) $(D ,) $(D struct) $(D $(RPAREN))
86
88
87
89
$(GNAME LinkageType):
88
90
$(D C)
@@ -104,7 +106,9 @@ $(GNAME NamespaceList):
104
106
extensible by the implementation ($(D they are not keywords)).
105
107
$(D C) and $(D D) must be supplied, the others are what
106
108
makes sense for the implementation.
107
- $(D C++) offers limited compatibility with C++.
109
+ $(D C++) offers limited compatibility with C++, see the
110
+ $(LINK2 cpp_interface.html, Interfacing to C++)
111
+ documentation for more information.
108
112
$(D Objective-C) offers compatibility with Objective-C,
109
113
see the $(LINK2 objc_interface.html, Interfacing to Objective-C)
110
114
documentation for more information.
You can’t perform that action at this time.
0 commit comments