changeset 324:174bd206cf10

rename version LLVMDC to LDC
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 17:50:07 +0200
parents 964972e7fa4d
children 68adc3a367d9
files dwt/internal/accessibility/gtk/ATK.d dwt/internal/cairo/Cairo.d dwt/internal/gtk/OS.d
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/internal/accessibility/gtk/ATK.d	Tue Oct 07 16:18:49 2008 +0200
+++ b/dwt/internal/accessibility/gtk/ATK.d	Tue Oct 07 17:50:07 2008 +0200
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.
  * The contents of this file are made available under the terms
  * of the GNU Lesser General Public License (LGPL) Version 2.1 that
@@ -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 .. $];
     }
--- 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 .. $];
     }
--- 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 .. $];
     }