comparison dmd/cond.c @ 587:23538d0f0d5b

Fixed a few mini tests issues. Added 'darwin' and 'Posix' as versions user can't set. Fixed #80 .
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 11 Sep 2008 21:10:15 +0200
parents cc40db549aea
children eef8ac26c66c
comparison
equal deleted inserted replaced
586:192b82878b78 587:23538d0f0d5b
128 static char* reserved[] = 128 static char* reserved[] =
129 { 129 {
130 "DigitalMars", "LLVM", "LLVMDC", "LLVM64", 130 "DigitalMars", "LLVM", "LLVMDC", "LLVM64",
131 "X86", "X86_64", "PPC", "PPC64", 131 "X86", "X86_64", "PPC", "PPC64",
132 "Windows", "Win32", "Win64", 132 "Windows", "Win32", "Win64",
133 "linux", 133 "linux", "darwin", "Posix",
134 "LittleEndian", "BigEndian", 134 "LittleEndian", "BigEndian",
135 "all", 135 "all",
136 "none", 136 "none",
137 }; 137 };
138 138