summaryrefslogtreecommitdiff
path: root/include/SDL_endian.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2006-02-18 07:05:18 +0000
committerSam Lantinga <slouken@libsdl.org>2006-02-18 07:05:18 +0000
commit661d8df50a9f12c7ec929fd56f63f5840f696436 (patch)
treed267ce67d61feaa65e1cfa0e75989711b1da977b /include/SDL_endian.h
parenta4e7fcef71f32122a3a7b95d35dc471f04a7c803 (diff)
downloadsdl-661d8df50a9f12c7ec929fd56f63f5840f696436.tar.gz
Doh! Bitten by search and replace. :)
Diffstat (limited to 'include/SDL_endian.h')
-rw-r--r--include/SDL_endian.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDL_endian.h b/include/SDL_endian.h
index dba30ad17..e299b4df9 100644
--- a/include/SDL_endian.h
+++ b/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__) &&