comparison dmd/mars.c @ 658:50383e476c7e

Upgraded frontend to DMD 1.035
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 16:22:11 +0200
parents 5709381df7e8
children 6aaa3d3c1183
comparison
equal deleted inserted replaced
657:c42173b3557b 658:50383e476c7e
63 #error "fix this" 63 #error "fix this"
64 #endif 64 #endif
65 65
66 copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen"; 66 copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen";
67 written = "written by Walter Bright and Tomas Lindquist Olsen"; 67 written = "written by Walter Bright and Tomas Lindquist Olsen";
68 version = "v1.034"; 68 version = "v1.035";
69 llvmdc_version = "0.1"; 69 llvmdc_version = "0.1";
70 global.structalign = 8; 70 global.structalign = 8;
71 71
72 memset(&params, 0, sizeof(Param)); 72 memset(&params, 0, sizeof(Param));
73 } 73 }