comparison dmd/mars.c @ 366:1d3026702f65 trunk

[svn r387] Removed unused MD5 stuff. Fixed incorrect __VENDOR__ variable and printed DMD frontend version.
author lindquist
date Tue, 15 Jul 2008 02:01:53 +0200
parents aaade6ded589
children 1f20b9f7de1b
comparison
equal deleted inserted replaced
365:bfb9d28f045a 366:1d3026702f65
65 #error "fix this" 65 #error "fix this"
66 #endif 66 #endif
67 67
68 copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen"; 68 copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen";
69 written = "written by Walter Bright and Tomas Lindquist Olsen"; 69 written = "written by Walter Bright and Tomas Lindquist Olsen";
70 version = "v1.029"; 70 version = "v1.033";
71 llvmdc_version = "0.1"; 71 llvmdc_version = "0.1";
72 global.structalign = 8; 72 global.structalign = 8;
73 73
74 memset(&params, 0, sizeof(Param)); 74 memset(&params, 0, sizeof(Param));
75 } 75 }