Some missed LLVMDC -> LDC.

This commit is contained in:
Christian Kamm
2008-10-06 22:54:08 +02:00
parent 6eeeafdba6
commit a3a418150e
48 changed files with 131 additions and 131 deletions

View File

@@ -28,7 +28,7 @@
*/
/*
* Modified for LLVMDC by Tomas Lindquist Olsen.
* Modified for LDC by Tomas Lindquist Olsen.
* The DMD implementation wont quite work due to the differences in how
* structs are handled.
*/

View File

@@ -33,7 +33,7 @@
*/
/*
* This copy is modified to work with LLVMDC
* This copy is modified to work with LDC
* by Tomas Lindquist Olsen, September 2007
*/

View File

@@ -12,7 +12,7 @@
/*
* Copyright (C) 2004-2006 by Digital Mars, www.digitalmars.com
* Written by Walter Bright
* Modified for LLVMDC by Tomas Lindquist Olsen
* Modified for LDC by Tomas Lindquist Olsen
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages

View File

@@ -7,7 +7,7 @@
/* NOTE: This file has been patched from the original DMD distribution to
work with the GDC compiler.
NOTE: This file has been patched from the original GDC distribution to
work with the LLVMDC compiler.
work with the LDC compiler.
Modified by David Friedman, May 2006
Modified by Tomas Lindquist Olsen, August 2007

View File

@@ -1,4 +1,4 @@
// Modified for LLVMDC
// Modified for LDC
module std.moduleinit;

View File

@@ -6,7 +6,7 @@
/* This is for use with variable argument lists with extern(D) linkage. */
/* Modified for LLVMDC (LLVM D Compiler) by Tomas Lindquist Olsen, 2007 */
/* Modified for LDC (LLVM D Compiler) by Tomas Lindquist Olsen, 2007 */
module std.stdarg;

View File

@@ -119,7 +119,7 @@
/*
NOTE: This file has been patched from the original DMD distribution to
work with the LLVMDC compiler.
work with the LDC compiler.
Modified by Tomas Lindquist Olsen, August 2007
*/