From 1cb3b2a162cdf9ba55282f00ea479dbd2f72edc0 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 4 May 2015 13:17:36 -0700 Subject: [PATCH] Fix #213 --- src/constants.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constants.d b/src/constants.d index a33cde1..a2d7c52 100644 --- a/src/constants.d +++ b/src/constants.d @@ -51,8 +51,10 @@ immutable string[] traits = [ "derivedMembers", "getAliasThis", "getAttributes", + "getFunctionAttributes", "getMember", "getOverloads", + "getPointerBitmap", "getProtection", "getUnitTests", "getVirtualFunctions", @@ -124,9 +126,9 @@ immutable string[] predefinedVersions = [ "D_PIC", "DragonFlyBSD", "D_SIMD", - "D_Warnings", "D_SoftFloat", "D_Version2", + "D_Warnings", "D_X32", "FreeBSD", "FreeStanding",