Fix INLINE.

This commit is contained in:
joerg 2012-11-23 12:32:21 +00:00
parent 85ff2cbb0a
commit ee89e09ca0
2 changed files with 15 additions and 2 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.4 2012/09/07 19:16:32 adam Exp $
$NetBSD: distinfo,v 1.5 2012/11/23 12:32:21 joerg Exp $
SHA1 (e-uae-0.8.28.tar.bz2) = 11e647ed64420f85893ac77c072e268b650ae183
RMD160 (e-uae-0.8.28.tar.bz2) = 7e9fa21fa14b0ca3a32a28ccb236b9d7628a7f69
Size (e-uae-0.8.28.tar.bz2) = 1148790 bytes
SHA1 (patch-aa) = 724afe48daba80794e830f71ff674cbfd2e42f48
SHA1 (patch-ab) = dfce48dafb163b91c7252da14088e67b3e13bb6c
SHA1 (patch-ac) = bc86b639525136ac19e5a848329036cb772c2bad
SHA1 (patch-ah) = 6f83d380dd0a44cdb9dd4316ca72f90b7b1df644
SHA1 (patch-src_dms_cdata.h) = 90e1d535070db1c1367491507d16b225712f3cc9

View file

@ -0,0 +1,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