diff dwt/internal/cairo/Cairo.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
line wrap: on
line diff
--- a/dwt/internal/cairo/Cairo.d	Tue Oct 07 16:18:49 2008 +0200
+++ b/dwt/internal/cairo/Cairo.d	Tue Oct 07 17:50:07 2008 +0200
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
  * Version: MPL 1.1
  *
  * The contents of this file are subject to the Mozilla Public License Version
@@ -63,7 +63,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 .. $];
     }