From ab749efffa5f655baa1e03d2fcc771c521dae8a4 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 22 Apr 2011 19:07:42 +0200 Subject: [PATCH] Merged DMD commit c0f923145c3b5cd46aa8de3ee2e383ae97c9314d: more 64 fixes --- dmd/mtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mtype.c b/dmd/mtype.c index cf5f48bf..81678501 100644 --- a/dmd/mtype.c +++ b/dmd/mtype.c @@ -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