Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whoops
  • Loading branch information
slouken committed Feb 19, 2006
1 parent 5457cf8 commit 0579e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_endian.h
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0579e86

Please sign in to comment.