mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-16 02:17:07 +02:00
Merged DMD 1.034, array operations are not yet implemented ;)
This commit is contained in:
@@ -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") ||
|
||||
|
||||
Reference in New Issue
Block a user