comparison dmd/mars.c @ 1133:eeb8b95ea92e

Cleanup DMD 1.041 merge.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Mon, 23 Mar 2009 20:26:33 +0100
parents e7f0c2b48047
children e961851fb8be
comparison
equal deleted inserted replaced
1132:76e72fdef04d 1133:eeb8b95ea92e
57 obj_ext_alt = "obj"; 57 obj_ext_alt = "obj";
58 #endif 58 #endif
59 59
60 copyright = "Copyright (c) 1999-2009 by Digital Mars and Tomas Lindquist Olsen"; 60 copyright = "Copyright (c) 1999-2009 by Digital Mars and Tomas Lindquist Olsen";
61 written = "written by Walter Bright and Tomas Lindquist Olsen"; 61 written = "written by Walter Bright and Tomas Lindquist Olsen";
62 version = "v1.039"; 62 version = "v1.041";
63 ldc_version = LDC_REV; 63 ldc_version = LDC_REV;
64 llvm_version = LLVM_REV_STR; 64 llvm_version = LLVM_REV_STR;
65 global.structalign = 8; 65 global.structalign = 8;
66 66
67 // This should only be used as a global, so the other fields are 67 // This should only be used as a global, so the other fields are