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
+4
View File
@@ -14,7 +14,11 @@
#include "rmem.h"
#include "lstring.h"
#ifdef _MSC_VER // prevent compiler internal crash
Lstring Lstring::zero;
#else
Lstring Lstring::zero = LSTRING_EMPTY();
#endif
Lstring *Lstring::ctor(const dchar *p, unsigned length)
{