Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pr/1130' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 14, 2015
2 parents c0b2da9 + f22fb54 commit 75f289c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions changelog/2.069.0_pre.dd
Expand Up @@ -44,9 +44,11 @@ $(LI $(LNAME2 self-hosted-dmd, DMD has been ported to D.)
$(LI $(LNAME2 objective-c-support, Basic support for Objective-C.)

$(P Basic support for Objective-C classes, interfaces and instance methods.
This is implemented by adding a new linkage attribute, Objective-C, and
a compiler recognized UDA, @selector. The linkage attribute is to be
used on a class or interface. The UDA is attached to a method.
This is implemented by adding a new linkage attribute, `Objective-C`,
and a compiler recognized UDA, `@selector`. The linkage attribute is to
be used on a class or interface. The UDA is attached to a method.
See $(LINK2 $(ROOT_DIR)objc_interface.html, Interfacing to Objective-C)
for more information.
)
)

Expand Down

0 comments on commit 75f289c

Please sign in to comment.