mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-12 18:03:13 +01:00
Accept '.dd' pure DDoc files.
This commit is contained in:
@@ -772,7 +772,8 @@ int main(int argc, char** argv)
|
||||
#endif
|
||||
|
||||
if (Port::stricmp(ext, global.mars_ext) == 0 ||
|
||||
Port::stricmp(ext, global.hdr_ext) == 0)
|
||||
Port::stricmp(ext, global.hdr_ext) == 0 ||
|
||||
FileName::equals(ext, "dd"))
|
||||
{
|
||||
ext--; // skip onto '.'
|
||||
assert(*ext == '.');
|
||||
|
||||
Reference in New Issue
Block a user