diff gen/aa.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 121624c14053
children 09734fb929c0
line wrap: on
line diff
--- a/gen/aa.h	Mon Oct 06 22:46:55 2008 +0200
+++ b/gen/aa.h	Mon Oct 06 22:54:08 2008 +0200
@@ -1,8 +1,8 @@
-#ifndef LLVMDC_GEN_AA_H
-#define LLVMDC_GEN_AA_H
+#ifndef LDC_GEN_AA_H
+#define LDC_GEN_AA_H
 
 DValue* DtoAAIndex(Loc& loc, Type* type, DValue* aa, DValue* key, bool lvalue);
 DValue* DtoAAIn(Loc& loc, Type* type, DValue* aa, DValue* key);
 void DtoAARemove(Loc& loc, DValue* aa, DValue* key);
 
-#endif // LLVMDC_GEN_AA_H
+#endif // LDC_GEN_AA_H