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 --- numsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numsort.c') diff --git a/numsort.c b/numsort.c index e05c742..e997707 100644 --- a/numsort.c +++ b/numsort.c @@ -221,7 +221,7 @@ NumSift(long *array, unsigned long min, unsigned long max) } } -inline double +double getNumSortScore(void) { return results; -- cgit v1.2.3