mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-11 14:29:03 +02:00
Merge dmd 1.056.
This commit is contained in:
@@ -142,10 +142,11 @@ void VersionCondition::checkPredefined(Loc loc, const char *ident)
|
||||
"all",
|
||||
"none",
|
||||
|
||||
// LDC
|
||||
#if IN_LLVM
|
||||
"LLVM", "LDC", "LLVM64",
|
||||
"PPC", "PPC64",
|
||||
"darwin","solaris","freebsd"
|
||||
#endif
|
||||
};
|
||||
|
||||
for (unsigned i = 0; i < sizeof(reserved) / sizeof(reserved[0]); i++)
|
||||
|
||||
Reference in New Issue
Block a user