Go to the documentation of this file. 17 #ifndef XMMSC_COMPILER_H 18 #define XMMSC_COMPILER_H 21 #define inline __inline 24 #if defined (__GNUC__) && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 1) 25 #define XMMS_DEPRECATED __attribute__((deprecated)) 27 #define XMMS_DEPRECATED