Index: trunk/psLib/test/dataManip/tst_psFunc07.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc07.c	(revision 1985)
+++ trunk/psLib/test/dataManip/tst_psFunc07.c	(revision 2204)
@@ -32,10 +32,10 @@
 }
 
-int t00()
+psS32 t00()
 {
-    int testStatus = true;
-    int memLeaks=0;
-    int  currentId = psMemGetId();
-    int i;
+    psS32 testStatus = true;
+    psS32 memLeaks=0;
+    psS32  currentId = psMemGetId();
+    psS32 i;
     psSpline1D *tmpSpline = NULL;
     psVector *x = NULL;
@@ -101,10 +101,10 @@
 
 // This is the F64 version of the above test code.
-int t01()
+psS32 t01()
 {
-    int testStatus = true;
-    int memLeaks=0;
-    int  currentId = psMemGetId();
-    int i;
+    psS32 testStatus = true;
+    psS32 memLeaks=0;
+    psS32  currentId = psMemGetId();
+    psS32 i;
     psSpline1D *tmpSpline = NULL;
     psVector *x = NULL;
@@ -169,5 +169,5 @@
 }
 
-int main()
+psS32 main()
 {
     t00();
