Commit 24eabad2 authored by Sam Lantinga's avatar Sam Lantinga

Doh! Bitten by search and replace. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401373
parent 297e20fe
...@@ -52,9 +52,9 @@ ...@@ -52,9 +52,9 @@
extern "C" { extern "C" {
#endif #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 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. header should only be included in files that actually use them.
*/ */
#if defined(__GNUC__) && defined(__i386__) && #if defined(__GNUC__) && defined(__i386__) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment