# HG changeset patch # User Frank Benoit # Date 1223394607 -7200 # Node ID 174bd206cf10be427449b27edf748b2af5dfc05a # Parent 964972e7fa4d6a341908b43aa0d0cfbe90c681e0 rename version LLVMDC to LDC diff -r 964972e7fa4d -r 174bd206cf10 dwt/internal/accessibility/gtk/ATK.d --- 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 .. $]; } diff -r 964972e7fa4d -r 174bd206cf10 dwt/internal/cairo/Cairo.d --- 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 .. $]; } diff -r 964972e7fa4d -r 174bd206cf10 dwt/internal/gtk/OS.d --- 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 .. $]; }