Index: trunk/psLib/test/dataManip/tst_psFunc04.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc04.c	(revision 1982)
+++ trunk/psLib/test/dataManip/tst_psFunc04.c	(revision 2204)
@@ -17,12 +17,12 @@
 #define N 8
 
-int t00()
+psS32 t00()
 {
-    int testStatus = true;
-    int memLeaks=0;
-    int i;
+    psS32 testStatus = true;
+    psS32 memLeaks=0;
+    psS32 i;
     float x;
     float y;
-    int  currentId = psMemGetId();
+    psS32  currentId = psMemGetId();
     psSpline1D *tmpSpline;
     psVector *data;
@@ -69,12 +69,12 @@
 }
 
-int t01()
+psS32 t01()
 {
-    int testStatus = true;
-    int memLeaks=0;
-    int i;
+    psS32 testStatus = true;
+    psS32 memLeaks=0;
+    psS32 i;
     float x;
     float y;
-    int  currentId = psMemGetId();
+    psS32  currentId = psMemGetId();
     psSpline1D *tmpSpline;
     psVector *data;
@@ -121,5 +121,5 @@
 }
 
-int main()
+psS32 main()
 {
     t00();
