Mercurial > sdl-ios-xcode
changeset 1372:3e171fa5f4df
Whoops
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Feb 2006 06:02:57 +0000 |
parents | e2641c13bf33 |
children | 04499d3e1b6b |
files | include/SDL_endian.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_endian.h Sat Feb 18 07:21:42 2006 +0000 +++ b/include/SDL_endian.h Sun Feb 19 06:02:57 2006 +0000 @@ -57,7 +57,7 @@ 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) {