changeset 25338:dfba06821076

Ahem, fix breakage of last commit: The AltiVec detection code has three sections, namely OS X, AMIGAOS4 and the rest.
author diego
date Tue, 11 Dec 2007 22:29:22 +0000
parents 6a7cf06be2e8
children f7421e2698c4
files cpudetect.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cpudetect.c	Tue Dec 11 21:58:42 2007 +0000
+++ b/cpudetect.c	Tue Dec 11 22:29:22 2007 +0000
@@ -448,6 +448,9 @@
 
 #ifdef __APPLE__
 #include <sys/sysctl.h>
+#elif __AMIGAOS4__
+/* nothing */
+#else
 #include <signal.h>
 #include <setjmp.h>