changeset 542:1e9ca2889b07

Missing 'break' in osx code path.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 24 Aug 2008 17:57:53 +0200
parents 4b7925bc1605
children f478666f5b96
files dmd/mars.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/mars.c	Sun Aug 24 17:19:31 2008 +0200
+++ b/dmd/mars.c	Sun Aug 24 17:57:53 2008 +0200
@@ -761,6 +761,7 @@
 	VersionCondition::addPredefinedGlobalIdent("darwin");
     VersionCondition::addPredefinedGlobalIdent("Posix");
 	global.params.tt_os = "-pc-darwin-gnu";
+    break;
 
     default:
 	assert(false && "Target OS not supported");