diff dwt/internal/accessibility/gtk/ATK.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/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 .. $];
     }