Skip to content

Commit

Permalink
Update grammar with Objective-C linkage type
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 13, 2015
1 parent d7ebd49 commit 98ae5f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions attribute.dd
Expand Up @@ -82,6 +82,7 @@ $(GNAME LinkageType):
$(D Windows)
$(D Pascal)
$(D System)
$(D Objective-C)
)

$(P D provides an easy way to call C functions and operating
Expand All @@ -91,6 +92,9 @@ $(GNAME LinkageType):
$(D C) and $(D D) must be supplied, the others are what
makes sense for the implementation.
$(D C++) offers limited compatibility with C++.
$(D Objective-C) offers limited compatibility with Objective-C,
see the $(LINK2 objc_interface.html, Interfacing to Objective-C)
documentation for more information.
$(D System) is the same as $(D Windows) on Windows platforms,
and $(D C) on other platforms.
$(D Implementation Note:)
Expand Down
1 change: 1 addition & 0 deletions grammar.dd
Expand Up @@ -1607,6 +1607,7 @@ $(GNAME LinkageType):
$(D Windows)
$(D Pascal)
$(D System)
$(D Objective-C)
)

$(GRAMMAR
Expand Down

0 comments on commit 98ae5f6

Please sign in to comment.