From cb0e17c5df1d32dfee1793a77f7b164d4b4055ef Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 19 Feb 2006 06:02:57 +0000 Subject: [PATCH] Whoops --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401376 --- include/SDL_endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_endian.h b/include/SDL_endian.h index e299b4df9..64a364f56 100644 --- a/include/SDL_endian.h +++ b/include/SDL_endian.h @@ -57,7 +57,7 @@ extern "C" { static for compilers that do not support inline functions, this header should only be included in files that actually use them. */ -#if defined(__GNUC__) && defined(__i386__) && +#if defined(__GNUC__) && defined(__i386__) && \ !(__GNUC__ == 2 && __GNUC_MINOR__ == 95 /* broken gcc version */) static __inline__ Uint16 SDL_Swap16(Uint16 x) {