Index: /trunk/psLib/src/math/psRegion.c
===================================================================
--- /trunk/psLib/src/math/psRegion.c	(revision 13990)
+++ /trunk/psLib/src/math/psRegion.c	(revision 13991)
@@ -154,5 +154,5 @@
 }
 
-bool inline psRegionIsNaN(psRegion region)
+bool psRegionIsNaN(psRegion region)
 {
     return isnan(region.x0) || isnan(region.x1) || isnan(region.y0) || isnan(region.y1);
Index: /trunk/psLib/src/math/psSparse.c
===================================================================
--- /trunk/psLib/src/math/psSparse.c	(revision 13990)
+++ /trunk/psLib/src/math/psSparse.c	(revision 13991)
@@ -117,5 +117,5 @@
 }
 
-void inline psSparseVectorElement(psSparse *sparse, int i, float value)
+void psSparseVectorElement(psSparse *sparse, int i, float value)
 {
 
Index: /trunk/psLib/src/math/psStats.c
===================================================================
--- /trunk/psLib/src/math/psStats.c	(revision 13990)
+++ /trunk/psLib/src/math/psStats.c	(revision 13991)
@@ -13,6 +13,6 @@
  * use ->min and ->max (PS_STAT_USE_RANGE)
  *
- *  @version $Revision: 1.212 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-05 21:13:14 $
+ *  @version $Revision: 1.213 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-06-30 00:35:38 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -1964,5 +1964,5 @@
 }
 
-inline psStatsOptions psStatsSingleOption(psStatsOptions option)
+psStatsOptions psStatsSingleOption(psStatsOptions option)
 {
     switch (option & ~(PS_STAT_USE_RANGE | PS_STAT_USE_BINSIZE)) {
@@ -1992,5 +1992,5 @@
 }
 
-inline double psStatsGetValue(const psStats *stats, psStatsOptions option)
+double psStatsGetValue(const psStats *stats, psStatsOptions option)
 {
     // We could call psStatsSingle to check, but it would be a waste since we effectively do it anyway
