comparison dmd2/mars.c @ 1526:54b3c1394d62

Merged dmdfe 2.031.
author Robert Clipsham <robert@octarineparrot.com>
date Tue, 07 Jul 2009 02:26:11 +0100
parents 638d16625da2
children e4f7b5d9c68a
comparison
equal deleted inserted replaced
1525:d28cd7c45267 1526:54b3c1394d62
96 written = "written by Walter Bright" 96 written = "written by Walter Bright"
97 #if TARGET_NET 97 #if TARGET_NET
98 "\nMSIL back-end (alpha release) by Cristian L. Vlasceanu and associates."; 98 "\nMSIL back-end (alpha release) by Cristian L. Vlasceanu and associates.";
99 #endif 99 #endif
100 ; 100 ;
101 version = "v2.030"; 101 version = "v2.031";
102 #if IN_LLVM 102 #if IN_LLVM
103 ldc_version = LDC_REV; 103 ldc_version = LDC_REV;
104 llvm_version = LLVM_REV_STR; 104 llvm_version = LLVM_REV_STR;
105 #endif 105 #endif
106 global.structalign = 8; 106 global.structalign = 8;