Index: trunk/psLib/test/dataManip/tst_psMinimize04b.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize04b.c	(revision 2089)
+++ trunk/psLib/test/dataManip/tst_psMinimize04b.c	(revision 2204)
@@ -26,5 +26,5 @@
 }
 
-int t00()
+psS32 t00()
 {
     psPolynomial1D *myPoly = NULL;
@@ -32,8 +32,8 @@
     psVector *y = NULL;
     psVector *yErr = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
 
     myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB);
@@ -95,13 +95,13 @@
 
 
-int t01()
+psS32 t01()
 {
     psPolynomial1D *myPoly = NULL;
     psVector *x = NULL;
     psVector *y = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
 
     myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB);
@@ -155,13 +155,13 @@
 
 
-int t02()
+psS32 t02()
 {
     psPolynomial1D *myPoly = NULL;
     psVector *x = NULL;
     psVector *y = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
 
     myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB);
@@ -214,10 +214,10 @@
 }
 
-int t03()
-{
-    psPolynomial1D *myPoly = NULL;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+psS32 t03()
+{
+    psPolynomial1D *myPoly = NULL;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
 
     printPositiveTestHeader(stdout,
@@ -244,5 +244,5 @@
 }
 
-int main()
+psS32 main()
 {
     t00();
