From eaf59c0a4f701b19168a34f0c0cb823f59fe1cc6 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 Nov 2008 03:21:45 +0000 Subject: Remove inline keyword since functions are being called from a pointer git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@54 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- fpemulation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpemulation.c') diff --git a/fpemulation.c b/fpemulation.c index 3536d77..4089e71 100644 --- a/fpemulation.c +++ b/fpemulation.c @@ -207,7 +207,7 @@ SetupCPUEmFloatArrays(InternalFPF *abase, InternalFPF *bbase) } } -inline double +double getEmFloatScore(void) { return results; -- cgit v1.2.3