Fix #213
This commit is contained in:
parent
c8c81a5985
commit
1cb3b2a162
|
@ -51,8 +51,10 @@ immutable string[] traits = [
|
||||||
"derivedMembers",
|
"derivedMembers",
|
||||||
"getAliasThis",
|
"getAliasThis",
|
||||||
"getAttributes",
|
"getAttributes",
|
||||||
|
"getFunctionAttributes",
|
||||||
"getMember",
|
"getMember",
|
||||||
"getOverloads",
|
"getOverloads",
|
||||||
|
"getPointerBitmap",
|
||||||
"getProtection",
|
"getProtection",
|
||||||
"getUnitTests",
|
"getUnitTests",
|
||||||
"getVirtualFunctions",
|
"getVirtualFunctions",
|
||||||
|
@ -124,9 +126,9 @@ immutable string[] predefinedVersions = [
|
||||||
"D_PIC",
|
"D_PIC",
|
||||||
"DragonFlyBSD",
|
"DragonFlyBSD",
|
||||||
"D_SIMD",
|
"D_SIMD",
|
||||||
"D_Warnings",
|
|
||||||
"D_SoftFloat",
|
"D_SoftFloat",
|
||||||
"D_Version2",
|
"D_Version2",
|
||||||
|
"D_Warnings",
|
||||||
"D_X32",
|
"D_X32",
|
||||||
"FreeBSD",
|
"FreeBSD",
|
||||||
"FreeStanding",
|
"FreeStanding",
|
||||||
|
|
Loading…
Reference in New Issue