diff dbg/ui/CrashWindow.d @ 14:2cc604139636

Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
author Robert Clipsham <robert@octarineparrot.com>
date Sun, 04 Apr 2010 02:06:32 +0100
parents 10317f0c89a5
children
line wrap: on
line diff
--- a/dbg/ui/CrashWindow.d	Wed Mar 31 16:29:36 2010 +0400
+++ b/dbg/ui/CrashWindow.d	Sun Apr 04 02:06:32 2010 +0100
@@ -366,4 +366,7 @@
 }
 
 } // version(Gnome)
-else static assert(0);
\ No newline at end of file
+else version (NobodyCares)
+{
+}
+else static assert(0);