Fix mismatched #endif.
authorJordan Rose <jordan_rose@apple.com>
Fri, 18 Jan 2013 22:33:54 +0000 (22:33 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 18 Jan 2013 22:33:54 +0000 (22:33 +0000)
llvm-svn: 172860

clang/include/clang/Basic/ConvertUTF.h

index cdc4269..fb05afd 100644 (file)
@@ -154,7 +154,6 @@ ConversionResult ConvertUTF16toUTF32 (
 ConversionResult ConvertUTF32toUTF16 (
   const UTF32** sourceStart, const UTF32* sourceEnd,
   UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
-#endif
 
 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
 
@@ -201,3 +200,5 @@ bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr);
 #endif
 
 /* --------------------------------------------------------------------- */
+
+#endif