[cfe-commits] r129515 - /cfe/trunk/include/clang/Basic/ConvertUTF.h

Sebastian Redl sebastian.redl at getdesigned.at
Thu Apr 14 07:07:50 PDT 2011


Author: cornedbee
Date: Thu Apr 14 09:07:49 2011
New Revision: 129515

URL: http://llvm.org/viewvc/llvm-project?rev=129515&view=rev
Log:
Add header guards to include/clang/Basic/ConvertUTF.h.

Modified:
    cfe/trunk/include/clang/Basic/ConvertUTF.h

Modified: cfe/trunk/include/clang/Basic/ConvertUTF.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/ConvertUTF.h?rev=129515&r1=129514&r2=129515&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/ConvertUTF.h (original)
+++ cfe/trunk/include/clang/Basic/ConvertUTF.h Thu Apr 14 09:07:49 2011
@@ -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 @@
 }
 #endif
 
+#endif
+
 /* --------------------------------------------------------------------- */





More information about the cfe-commits mailing list