mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-02 16:31:29 +02:00
Some missed LLVMDC -> LDC.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Modified for LLVMDC
|
||||
// Modified for LDC
|
||||
|
||||
module std.moduleinit;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user