slackbuilds_ponce/games/mame/gcc471.patch
Erik Hanson 6e8f2dc2b3 games/mame: Updated for version 0.149.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-06-15 13:54:26 -03:00

11 lines
611 B
Diff

--- 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)