diff gen/dvalue.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 03a5e609eef3
children 30b42a283c8e
line wrap: on
line diff
--- a/gen/dvalue.h	Mon Oct 06 22:46:55 2008 +0200
+++ b/gen/dvalue.h	Mon Oct 06 22:54:08 2008 +0200
@@ -1,5 +1,5 @@
-#ifndef LLVMDC_GEN_DVALUE_H
-#define LLVMDC_GEN_DVALUE_H
+#ifndef LDC_GEN_DVALUE_H
+#define LDC_GEN_DVALUE_H
 
 /*
 These classes are used for generating the IR. They encapsulate D values and
@@ -168,4 +168,4 @@
     virtual DLRValue* isLRValue() { return this; }
 };
 
-#endif // LLVMDC_GEN_DVALUE_H
+#endif // LDC_GEN_DVALUE_H