From 51c1e2f10822be12bb13b88b23c04754506dd8a2 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 22 Apr 2011 22:15:40 +0200 Subject: [PATCH] =?UTF-8?q?Build=20fix=20=E2=80=93=20this=20accidentally?= =?UTF-8?q?=20stayed=20uncommitted=20since=20740bb1aa65ac.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dmd/mtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mtype.c b/dmd/mtype.c index 2bffa933..20859168 100644 --- a/dmd/mtype.c +++ b/dmd/mtype.c @@ -3890,7 +3890,7 @@ Type *TypeInstance::semantic(Loc loc, Scope *sc) if (!t) { -#ifdef 0 +#if 0 if (s) printf("s = %s\n", s->kind()); printf("2: e:%p s:%p ", e, s); #endif