diff dmd/module.c @ 510:6aee82889553

Merged DMD 1.034, array operations are not yet implemented ;)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 14 Aug 2008 06:55:41 +0200
parents a34078905d01
children cbe08531430f
line wrap: on
line diff
--- a/dmd/module.c	Thu Aug 14 03:09:26 2008 +0200
+++ b/dmd/module.c	Thu Aug 14 06:55:41 2008 +0200
@@ -112,6 +112,7 @@
 
     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") ||