Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Doh! Bitten by search and replace. :)
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
include/SDL_endian.h
|
@@ -52,9 +52,9 @@ |
|
|
extern "C" { |
|
|
#endif |
|
|
|
|
|
/* Use __inline__ functions for compilers that support them, and static |
|
|
/* Use inline functions for compilers that support them, and static |
|
|
functions for those that do not. Because these functions become |
|
|
static for compilers that do not support __inline__ functions, this |
|
|
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__) && |
|
|