diff dmd/mars.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 d30c40f1128d
line wrap: on
line diff
--- a/dmd/mars.c	Thu Aug 14 03:09:26 2008 +0200
+++ b/dmd/mars.c	Thu Aug 14 06:55:41 2008 +0200
@@ -865,6 +865,7 @@
 #endif
 
 	    if (stricmp(ext, global.mars_ext) == 0 ||
+        stricmp(ext, global.hdr_ext) == 0 ||
 		stricmp(ext, "htm") == 0 ||
 		stricmp(ext, "html") == 0 ||
 		stricmp(ext, "xhtml") == 0)