11 Dec
2007
11 Dec
'07
3:30 p.m.
Author: diego Date: Tue Dec 11 21:30:30 2007 New Revision: 25358 Log: Remove redundant and obfuscating preprocessor conditional. Modified: trunk/cpudetect.c Modified: trunk/cpudetect.c ============================================================================== --- trunk/cpudetect.c (original) +++ trunk/cpudetect.c Tue Dec 11 21:30:30 2007 @@ -448,8 +448,6 @@ static void check_os_katmai_support( voi #ifdef __APPLE__ #include <sys/sysctl.h> -#else -#ifndef __AMIGAOS4__ #include <signal.h> #include <setjmp.h> @@ -466,7 +464,6 @@ static void sigill_handler (int sig) canjump = 0; siglongjmp (jmpbuf, 1); } -#endif //__AMIGAOS4__ #endif /* __APPLE__ */ void GetCpuCaps( CpuCaps *caps)
6545
Age (days ago)
6545
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego