<rdar://problem/13107904>
authorGreg Clayton <gclayton@apple.com>
Tue, 29 Jan 2013 20:03:58 +0000 (20:03 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 29 Jan 2013 20:03:58 +0000 (20:03 +0000)
wchar_t causes problem with certain compilers. Removing it for now.

llvm-svn: 173823

lldb/source/Expression/ExpressionSourceCode.cpp

index ec1faf7..4670c6a 100644 (file)
@@ -37,7 +37,6 @@ static const char *global_defines =
 "typedef unsigned __INTPTR_TYPE__ uintptr_t;\n"
 "typedef __SIZE_TYPE__ size_t; \n"
 "typedef __PTRDIFF_TYPE__ ptrdiff_t;\n"
-"typedef __WCHAR_TYPE__ wchar_t;\n"
 "typedef unsigned short unichar;\n";