diff gen/typinf.cpp @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 26fce59fe80a
children f04dde6e882c
line wrap: on
line diff
--- a/gen/typinf.cpp	Mon Oct 06 21:40:33 2008 +0200
+++ b/gen/typinf.cpp	Mon Oct 06 22:46:55 2008 +0200
@@ -8,7 +8,7 @@
 // in artistic.txt, or the GNU General Public License in gnu.txt.
 // See the included readme.txt for details.
 
-// Modifications for LLVMDC:
+// Modifications for LDC:
 // Copyright (c) 2007 by Tomas Lindquist Olsen
 // tomas at famolsen dk
 
@@ -234,7 +234,7 @@
 
 Expression *createTypeInfoArray(Scope *sc, Expression *exps[], int dim)
 {
-    assert(0); // done elsewhere in llvmdc
+    assert(0); // done elsewhere in LDC
     return NULL;
 }