comparison dmd/mars.c @ 717:a26b0c5d5942

Merged DMD 1.036. Improved comments a little in the runtime source code.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 22 Oct 2008 17:06:17 +0200
parents b3dc22526289
children 6dcab994ddc3
comparison
equal deleted inserted replaced
716:b654bb98d31d 717:a26b0c5d5942
60 obj_ext_alt = "obj"; 60 obj_ext_alt = "obj";
61 #endif 61 #endif
62 62
63 copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen"; 63 copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen";
64 written = "written by Walter Bright and Tomas Lindquist Olsen"; 64 written = "written by Walter Bright and Tomas Lindquist Olsen";
65 version = "v1.035"; 65 version = "v1.036";
66 ldc_version = "0.1"; 66 ldc_version = "0.1";
67 global.structalign = 8; 67 global.structalign = 8;
68 68
69 memset(&params, 0, sizeof(Param)); 69 memset(&params, 0, sizeof(Param));
70 } 70 }