changeset 25848:09056d54cdee

Always use inline instead of _inline, the former is supported by all compilers we care about, while e.g. ICC does not support the later.
author reimar
date Sun, 27 Jan 2008 11:28:13 +0000
parents fe50eaad932d
children b70f5ac9c001
files mp3lib/sr1.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/sr1.c	Sun Jan 27 11:25:45 2008 +0000
+++ b/mp3lib/sr1.c	Sun Jan 27 11:28:13 2008 +0000
@@ -3,11 +3,7 @@
 
 /* 1 frame = 4608 byte PCM */
 
-#ifdef __GNUC__
 #define LOCAL static inline
-#else
-#define LOCAL static _inline
-#endif
 
 //#undef LOCAL
 //#define LOCAL