changeset 796:dec19b813b04

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 31 Jan 2004 06:49:18 +0000
parents 275708f2e838
children d0f1e34290d6
files src/cpuinfo/SDL_cpuinfo.c test/configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpuinfo/SDL_cpuinfo.c	Thu Jan 29 16:15:12 2004 +0000
+++ b/src/cpuinfo/SDL_cpuinfo.c	Sat Jan 31 06:49:18 2004 +0000
@@ -228,7 +228,7 @@
 
 static __inline__ int CPU_haveAltiVec()
 {
-	int altivec = 0;
+	volatile int altivec = 0;
 #ifdef MACOSX
 	int selectors[2] = { CTL_HW, HW_VECTORUNIT }; 
 	int hasVectorUnit = 0; 
--- a/test/configure.in	Thu Jan 29 16:15:12 2004 +0000
+++ b/test/configure.in	Sat Jan 31 06:49:18 2004 +0000
@@ -2,7 +2,7 @@
 AC_INIT(README)
 
 dnl Setup for automake
-SDL_VERSION=1.2.6
+SDL_VERSION=1.2.7
 
 dnl Detect the canonical host and target build environment
 AC_CANONICAL_HOST