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