summaryrefslogtreecommitdiff
path: root/emulators/e-uae/patches/patch-src_dms_cdata.h
blob: f11852e5aa94e620cc36ddbee86fb54f728ed5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_dms_cdata.h,v 1.1 2012/11/23 12:32:21 joerg Exp $

--- src/dms/cdata.h.orig	2012-11-21 16:48:25.000000000 +0000
+++ src/dms/cdata.h
@@ -31,7 +31,7 @@
 		#define INLINE inline
 	#else
 		#ifdef __GNUC__
-			#define INLINE inline
+			#define INLINE static inline
 		#else
 			#ifdef __SASC
 				#define INLINE __inline