Add Objective-C linkage type (#420)

Add Objective-C linkage type
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
Hiroki Noda 2017-11-20 00:52:41 +09:00 committed by The Dlang Bot
parent 2466f8cf6e
commit 38dfd9a32c
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ immutable string[] linkages = [
"C", "C",
"C++", "C++",
"D", "D",
"Objective-C",
"Pascal", "Pascal",
"System", "System",
"Windows" "Windows"