From 38dfd9a32c1b34ddf4c1fc533aaea4e1e5727403 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Mon, 20 Nov 2017 00:52:41 +0900 Subject: [PATCH] Add Objective-C linkage type (#420) Add Objective-C linkage type merged-on-behalf-of: Jan Jurzitza --- src/dcd/common/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dcd/common/constants.d b/src/dcd/common/constants.d index 78626fc..5b37622 100644 --- a/src/dcd/common/constants.d +++ b/src/dcd/common/constants.d @@ -38,6 +38,7 @@ immutable string[] linkages = [ "C", "C++", "D", + "Objective-C", "Pascal", "System", "Windows"