From bc3ad59dd5c5654bf7de2ad1f0b569830136b9eb Mon Sep 17 00:00:00 2001 From: Drake Arconis Date: Tue, 8 Jan 2013 06:16:28 -0500 Subject: [PATCH] Revert "Fixed a build issue in clang" This reverts commit 6d379448be58b82e598b7dc98b7a555478a4a131. --- indra/llcommon/llthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h index b8093ef82..549a090ec 100644 --- a/indra/llcommon/llthread.h +++ b/indra/llcommon/llthread.h @@ -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