Revert "Fixed a build issue in clang"

This reverts commit 6d379448be.
This commit is contained in:
Drake Arconis
2013-01-08 06:16:28 -05:00
parent 6d379448be
commit bc3ad59dd5

View File

@@ -33,7 +33,7 @@
#ifndef LL_LLTHREAD_H
#define LL_LLTHREAD_H
#if (defined(__GNUC__) && !defined(__clang__))
#ifdef __GNUC__
// Needed for is_main_thread() when compiling with optimization (relwithdebinfo).
// It doesn't hurt to just always specify it though.
#pragma interface