From 89ba757daf6d6db1e2c0dce48e77bfb43dec5970 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 2 Mar 2016 12:13:55 -0800 Subject: [PATCH] Mark SoftFloat routines static inline This avoids duplicate definitions on some platforms. --- softfloat/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softfloat/platform.h b/softfloat/platform.h index 3d9c431..03dd429 100644 --- a/softfloat/platform.h +++ b/softfloat/platform.h @@ -44,5 +44,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /*---------------------------------------------------------------------------- *----------------------------------------------------------------------------*/ -#define INLINE extern inline +#define INLINE static inline -- 2.30.2