Merged DMD 1.034, array operations are not yet implemented ;)

This commit is contained in:
Tomas Lindquist Olsen
2008-08-14 06:55:41 +02:00
parent c092165b3a
commit 5aae7a6bee
13 changed files with 1149 additions and 173 deletions
+1
View File
@@ -112,6 +112,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
srcfilename = FileName::defaultExt(filename, global.mars_ext);
if (!srcfilename->equalsExt(global.mars_ext) &&
!srcfilename->equalsExt(global.hdr_ext) &&
!srcfilename->equalsExt("dd"))
{
if (srcfilename->equalsExt("html") ||