diff gen/complex.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 634fbbdec390
children
line wrap: on
line diff
--- a/gen/complex.h	Mon Oct 06 22:46:55 2008 +0200
+++ b/gen/complex.h	Mon Oct 06 22:54:08 2008 +0200
@@ -1,5 +1,5 @@
-#ifndef LLVMDC_GEN_COMPLEX_H
-#define LLVMDC_GEN_COMPLEX_H
+#ifndef LDC_GEN_COMPLEX_H
+#define LDC_GEN_COMPLEX_H
 
 const llvm::StructType* DtoComplexType(Type* t);
 const LLType* DtoComplexBaseType(Type* t);
@@ -26,4 +26,4 @@
 
 DValue* DtoCastComplex(Loc& loc, DValue* val, Type* to);
 
-#endif // LLVMDC_GEN_COMPLEX_H
+#endif // LDC_GEN_COMPLEX_H