comparison 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
comparison
equal deleted inserted replaced
509:337554fd34f1 510:6aee82889553
863 continue; 863 continue;
864 } 864 }
865 #endif 865 #endif
866 866
867 if (stricmp(ext, global.mars_ext) == 0 || 867 if (stricmp(ext, global.mars_ext) == 0 ||
868 stricmp(ext, global.hdr_ext) == 0 ||
868 stricmp(ext, "htm") == 0 || 869 stricmp(ext, "htm") == 0 ||
869 stricmp(ext, "html") == 0 || 870 stricmp(ext, "html") == 0 ||
870 stricmp(ext, "xhtml") == 0) 871 stricmp(ext, "xhtml") == 0)
871 { 872 {
872 ext--; // skip onto '.' 873 ext--; // skip onto '.'