diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-25 21:09:34 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-25 21:09:34 +0000 |
commit | 2cd10b071eb07e82931a0bb43e7fa5b2ce06ef02 (patch) | |
tree | f759a925f7439336d55ec95c6d1d4dd64f0fff61 | |
parent | 5bfc5364405370c388450ede09e15e3e5aef819b (diff) |
Fix include guard.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94447 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/CIndex/CXCursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |