Some missed LLVMDC -> LDC.

This commit is contained in:
Christian Kamm
2008-10-06 22:54:08 +02:00
parent 6eeeafdba6
commit a3a418150e
48 changed files with 131 additions and 131 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void VersionCondition::checkPredefined(Loc loc, char *ident)
{
static char* reserved[] =
{
"DigitalMars", "LLVM", "LLVMDC", "LLVM64",
"DigitalMars", "LLVM", "LDC", "LLVM64",
"X86", "X86_64", "PPC", "PPC64",
"Windows", "Win32", "Win64",
"linux", "darwin", "Posix",