Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 31, 2004
1 parent c3a387b commit 9ba573a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpuinfo/SDL_cpuinfo.c
Expand Up @@ -228,7 +228,7 @@ static __inline__ int CPU_haveSSE2()

static __inline__ int CPU_haveAltiVec()
{
int altivec = 0;
volatile int altivec = 0;
#ifdef MACOSX
int selectors[2] = { CTL_HW, HW_VECTORUNIT };
int hasVectorUnit = 0;
Expand Down
2 changes: 1 addition & 1 deletion test/configure.in
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
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
Expand Down

0 comments on commit 9ba573a

Please sign in to comment.