[cfe-commits] r95429 - /cfe/trunk/include/clang/AST/ASTImporter.h
Douglas Gregor
dgregor at apple.com
Fri Feb 5 13:07:53 PST 2010
Author: dgregor
Date: Fri Feb 5 15:07:53 2010
New Revision: 95429
URL: http://llvm.org/viewvc/llvm-project?rev=95429&view=rev
Log:
Oops, thanks Clang
Modified:
cfe/trunk/include/clang/AST/ASTImporter.h
Modified: cfe/trunk/include/clang/AST/ASTImporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTImporter.h?rev=95429&r1=95428&r2=95429&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTImporter.h (original)
+++ cfe/trunk/include/clang/AST/ASTImporter.h Fri Feb 5 15:07:53 2010
@@ -11,7 +11,7 @@
// context into another context.
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CLANG_AST_ASTIM PORTER_H
+#ifndef LLVM_CLANG_AST_ASTIMPORTER_H
#define LLVM_CLANG_AST_ASTIMPORTER_H
#include "clang/AST/Type.h"
More information about the cfe-commits
mailing list