# HG changeset patch # User Nina Engelhardt # Date 1351525648 -3600 # Node ID 2aa025da7c600ddfbce66cc95c2b68a3b6414469 # Parent 75df4e468930b6cd50e8db2bb46bda5a4c7dbf35 removed inlines to work with autoconf/library build diff -r 75df4e468930 -r 2aa025da7c60 Histogram.c --- a/Histogram.c Tue Sep 25 16:04:31 2012 +0200 +++ b/Histogram.c Mon Oct 29 16:47:28 2012 +0100 @@ -49,7 +49,7 @@ return hist; } -inline void +void makeHist_helper( Histogram *hist, int32 numBins, int32 startOfRange, int32 binWidth, char *nameCopy ) {