# HG changeset patch # User reimar # Date 1201433293 0 # Node ID 09056d54cdee2c2f8c89b7a120a802a04fd340b7 # Parent fe50eaad932dcf47e3e3cb2a140af0a2f7d37c52 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. diff -r fe50eaad932d -r 09056d54cdee mp3lib/sr1.c --- 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