From 2cd10b071eb07e82931a0bb43e7fa5b2ce06ef02 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 25 Jan 2010 21:09:34 +0000 Subject: [PATCH] Fix include guard. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94447 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CIndex/CXCursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CIndex/CXCursor.h b/tools/CIndex/CXCursor.h index 546dd7f485..30fb26c936 100644 --- a/tools/CIndex/CXCursor.h +++ b/tools/CIndex/CXCursor.h @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #ifndef LLVM_CLANG_CXCURSOR_H -#define LLVM_CLANG_CXCursor_H +#define LLVM_CLANG_CXCURSOR_H #include "clang-c/Index.h" #include "clang/Basic/SourceLocation.h" -- 2.50.1