diff --git a/src/common/constants.d b/src/common/constants.d index 86a0c65..8d6376c 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -24,6 +24,7 @@ module constants; * Pragma arguments */ immutable string[] pragmas = [ + "inline", "lib", "mangle", "msg", @@ -39,7 +40,7 @@ immutable string[] linkages = [ "D", "Pascal", "System", - "Windows", + "Windows" ]; /**