ports/emulators/generator-cbiere/files/patch-ym2612__support.h
Martin Wilke e8d901f873 - Unbreak build with clang
PR:		180511
Submitted by:	ports fury
2013-07-15 15:03:09 +00:00

11 lines
252 B
C

--- ym2612/support.h.orig
+++ ym2612/support.h
@@ -3,7 +3,7 @@
#include "config.h"
#define errorlog 0
-#define INLINE inline
+#define INLINE static inline
#define HAS_YM2612 1
#define YM2612UpdateRequest(x)
#define AY8910_set_clock(chip,clock)