diff runtime/import/llvmdc/cstdarg.di @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents bebc6099fb89
children
line wrap: on
line diff
--- a/runtime/import/llvmdc/cstdarg.di	Mon Oct 06 21:40:33 2008 +0200
+++ b/runtime/import/llvmdc/cstdarg.di	Mon Oct 06 22:46:55 2008 +0200
@@ -2,16 +2,16 @@
  * vararg support for extern(C) functions
  */
 
-module llvmdc.cstdarg;
+module ldc.cstdarg;
 
 // Check for the right compiler
-version(LLVMDC)
+version(LDC)
 {
     // OK
 }
 else
 {
-    static assert(false, "This module is only valid for LLVMDC");
+    static assert(false, "This module is only valid for LDC");
 }
 
 alias void* va_list;