[libclang] Fix gcc error.

llvm-svn: 153565
This commit is contained in:
Argyrios Kyrtzidis 2012-03-28 02:49:50 +00:00
parent f4670fb97c
commit 5710913c25
1 changed files with 2 additions and 2 deletions

View File

@ -5739,6 +5739,8 @@ void SetSafetyThreadStackSize(unsigned Value) {
SafetyStackThreadSize = Value;
}
}
void clang::setBackGroundPriority() {
// FIXME: Move to llvm/Support and make it cross-platform.
#ifdef __APPLE__
@ -5746,8 +5748,6 @@ void clang::setBackGroundPriority() {
#endif
}
}
extern "C" {
CXString clang_getClangVersion() {