Cleanup DMD 1.041 merge.

This commit is contained in:
Tomas Lindquist Olsen
2009-03-23 20:26:33 +01:00
parent 372b40dd94
commit 3ac45285fc
17 changed files with 33 additions and 24 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
#include <alloca.h>
#endif
#if _MSC_VER || __MINGW32__
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>
#endif
@@ -566,7 +566,7 @@ void Module::parse()
}
#ifdef IN_GCC
// dump utf-8 encoded source
// dump utf-8 encoded source
if (dump_source)
{ // %% srcname could contain a path ...
d_gcc_dump_source(srcname, "utf-8", buf, buflen);