diff dmd/mars.h @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 5709381df7e8
children bfe5229f9d8e
line wrap: on
line diff
--- a/dmd/mars.h	Mon Oct 06 21:40:33 2008 +0200
+++ b/dmd/mars.h	Mon Oct 06 22:46:55 2008 +0200
@@ -37,7 +37,7 @@
 
 struct Array;
 
-// LLVMDC
+// LDC
 enum ARCH
 {
     ARCHinvalid,
@@ -139,7 +139,7 @@
     char *resfile;
     char *exefile;
 
-    // LLVMDC stuff
+    // LDC stuff
     char *llvmArch;
     char forceBE;
     char *tt_arch;
@@ -170,7 +170,7 @@
     Array *filePath;	// Array of char*'s which form the file import lookup path
     int structalign;
     char *version;
-    char *llvmdc_version;
+    char *ldc_version;
 
     Param params;
     unsigned errors;	// number of errors reported so far