Index: trunk/psLib/test/collections/tst_psHash02.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash02.c	(revision 1421)
+++ trunk/psLib/test/collections/tst_psHash02.c	(revision 2204)
@@ -12,5 +12,5 @@
 #include "psHash.h"
 #define NUM_HASH_TABLE_BUCKETS 100
-int imGlobal = 0;
+psS32 imGlobal = 0;
 
 typedef struct
@@ -36,9 +36,9 @@
 }
 
-int main()
+psS32 main()
 {
     psHash *myHashTable = NULL;
-    int testStatus      = true;
-    int i               = 0;
+    psS32 testStatus      = true;
+    psS32 i               = 0;
     ID *id = NULL;
     char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL
@@ -46,6 +46,6 @@
     char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL
                      };
-    int currentId = psMemGetId();
-    int memLeaks        = 0;
+    psS32 currentId = psMemGetId();
+    psS32 memLeaks        = 0;
 
     printPositiveTestHeader(stdout,
