diff gen/functions.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents a34078905d01
children 545f54041d91
line wrap: on
line diff
--- a/gen/functions.h	Mon Oct 06 22:46:55 2008 +0200
+++ b/gen/functions.h	Mon Oct 06 22:54:08 2008 +0200
@@ -1,5 +1,5 @@
-#ifndef LLVMDC_GEN_FUNCTIONS_H
-#define LLVMDC_GEN_FUNCTIONS_H
+#ifndef LDC_GEN_FUNCTIONS_H
+#define LDC_GEN_FUNCTIONS_H
 
 const llvm::FunctionType* DtoFunctionType(Type* t, const LLType* thistype, const LLType* nesttype, bool ismain = false);
 const llvm::FunctionType* DtoFunctionType(FuncDeclaration* fdecl);