Add header guards to include/clang/Basic/ConvertUTF.h.

llvm-svn: 129515
This commit is contained in:
Sebastian Redl 2011-04-14 14:07:49 +00:00
parent 4e52123d06
commit 05d73a10a2
1 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,9 @@
------------------------------------------------------------------------ */ ------------------------------------------------------------------------ */
#ifndef CLANG_BASIC_CONVERTUTF_H
#define CLANG_BASIC_CONVERTUTF_H
/* --------------------------------------------------------------------- /* ---------------------------------------------------------------------
The following 4 definitions are compiler-specific. The following 4 definitions are compiler-specific.
The C standard does not guarantee that wchar_t has at least 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
#endif
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */