Merged DMD commit c0f923145c3b5cd46aa8de3ee2e383ae97c9314d:

more 64 fixes
This commit is contained in:
David Nadlinger
2011-04-22 19:07:42 +02:00
parent b5036e1e35
commit ab749efffa

View File

@@ -3890,7 +3890,7 @@ Type *TypeInstance::semantic(Loc loc, Scope *sc)
if (!t)
{
#ifdef DEBUG
#ifdef 0
if (s) printf("s = %s\n", s->kind());
printf("2: e:%p s:%p ", e, s);
#endif