From a632331218889432bf6f821588b6cacca7006a2f Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 22 Apr 2011 18:32:06 +0200 Subject: [PATCH] Merged DMD commit 4d2df2f624a09a53cd0f021ed0a0236cd7442e47: bugzilla 4728 Segfault(toctype.c) by protected/private constructor in an other module --- dmd/access.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dmd/access.c b/dmd/access.c index 8937bbd0..0e075512 100644 --- a/dmd/access.c +++ b/dmd/access.c @@ -253,7 +253,6 @@ void AggregateDeclaration::accessCheck(Loc loc, Scope *sc, Dsymbol *smember) if (!result) { error(loc, "member %s is not accessible", smember->toChars()); -halt(); } }