diff dwt/internal/gtk/OS.d @ 324:174bd206cf10

rename version LLVMDC to LDC
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 17:50:07 +0200
parents ffb904674b52
children 68adc3a367d9
line wrap: on
line diff
--- a/dwt/internal/gtk/OS.d	Tue Oct 07 16:18:49 2008 +0200
+++ b/dwt/internal/gtk/OS.d	Tue Oct 07 17:50:07 2008 +0200
@@ -616,7 +616,7 @@
 template NameOfFunc(alias f) {
     // Note: highly dependent on the .stringof formatting
     // the value begins with "& " which is why the first two chars are cut off
-    version( LLVMDC ){
+    version( LDC ){
         // stringof in LLVMDC is "&foobar"
         const char[] NameOfFunc = (&f).stringof[1 .. $];
     }