Fix issue a different way and supress new gcc 4.8 warning

This commit is contained in:
Drake Arconis
2013-05-05 19:24:13 -07:00
parent 36416743d4
commit e0ef803ed5
4 changed files with 11 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
* $/LicenseInfo$
*/
#ifdef LL_GNUC
#if LL_GNUC
// Generate code for inlines from llthread.h (needed for is_main_thread()).
#pragma implementation "llthread.h"
#endif