comparison dmd2/mars.c @ 1577:e4f7b5d9c68a

DMD 2.032 Merge.
author Robert Clipsham <robert@octarineparrot.com>
date Tue, 08 Sep 2009 10:07:56 +0100
parents 54b3c1394d62
children
comparison
equal deleted inserted replaced
1576:4551475bc6b6 1577:e4f7b5d9c68a
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.031"; 101 version = "v2.032";
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;