blob: 476336fffa06499c58f0ed06ee25a549bfce3dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mame-0.149/src/osd/osdcomm.h 2013-01-11 09:32:48.000000000 -0200
+++ mame-0.149_patched/src/osd/osdcomm.h 2013-06-13 23:42:19.963506085 -0300
@@ -66,7 +66,7 @@
#define ATTR_MALLOC __attribute__((malloc))
#define ATTR_PURE __attribute__((pure))
#define ATTR_CONST __attribute__((const))
-#define ATTR_FORCE_INLINE __attribute__((always_inline))
+#define ATTR_FORCE_INLINE
#define ATTR_NONNULL(...) __attribute__((nonnull(__VA_ARGS__)))
/* not supported in GCC prior to 4.4.x */
#if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)
|