From 31efcac68707c980cc8a46ac5552767588aa2e9b Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 5 May 2015 13:59:53 -0700 Subject: [PATCH] Fix #215 --- src/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.d b/src/constants.d index a2d7c52..86a0c65 100644 --- a/src/constants.d +++ b/src/constants.d @@ -25,6 +25,7 @@ module constants; */ immutable string[] pragmas = [ "lib", + "mangle", "msg", "startaddress" ];