From 2675b8ed4063ee1d2553cb4acad54d86b2d2047c Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 6 Sep 2012 17:03:42 +0000 Subject: Enabling the UTF conversion routines that were previously conditionally ifdef'ed out. This change is required to support enhancements in the LLDB data formatters git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Basic/ConvertUTF.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Basic/ConvertUTF.c') diff --git a/lib/Basic/ConvertUTF.c b/lib/Basic/ConvertUTF.c index 4793b251f6..2e25e79c4c 100644 --- a/lib/Basic/ConvertUTF.c +++ b/lib/Basic/ConvertUTF.c @@ -111,7 +111,6 @@ static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC * into an inline function. */ -#ifdef CLANG_NEEDS_THESE_ONE_DAY /* --------------------------------------------------------------------- */ @@ -285,7 +284,6 @@ ConversionResult ConvertUTF16toUTF8 ( *targetStart = target; return result; } -#endif /* --------------------------------------------------------------------- */ -- cgit v1.2.3-18-g5258