]> granicus.if.org Git - clang/commitdiff
Add header guards to include/clang/Basic/ConvertUTF.h.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 14 Apr 2011 14:07:49 +0000 (14:07 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 14 Apr 2011 14:07:49 +0000 (14:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129515 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/ConvertUTF.h

index 4da2ad7572235fcff0d7d2e852512e098f77cac5..d928f9d0f66b5d844185e6d134d84e271faf6cc6 100644 (file)
@@ -87,6 +87,9 @@
 
 ------------------------------------------------------------------------ */
 
+#ifndef CLANG_BASIC_CONVERTUTF_H
+#define CLANG_BASIC_CONVERTUTF_H
+
 /* ---------------------------------------------------------------------
     The following 4 definitions are compiler-specific.
     The C standard does not guarantee that wchar_t has at least
@@ -156,4 +159,6 @@ Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
 }
 #endif
 
+#endif
+
 /* --------------------------------------------------------------------- */