changeset 28:2aa025da7c60 MC_shared

removed inlines to work with autoconf/library build
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Mon, 29 Oct 2012 16:47:28 +0100
parents 75df4e468930
children 20f99e6710b3
files Histogram.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Histogram.c	Tue Sep 25 16:04:31 2012 +0200
     1.2 +++ b/Histogram.c	Mon Oct 29 16:47:28 2012 +0100
     1.3 @@ -49,7 +49,7 @@
     1.4     return hist;
     1.5   }
     1.6  
     1.7 -inline void
     1.8 +void
     1.9  makeHist_helper( Histogram *hist, int32 numBins,
    1.10                   int32 startOfRange, int32 binWidth, char *nameCopy )
    1.11   {