Index: trunk/psLib/test/sys/tap_psMemory.c
===================================================================
--- trunk/psLib/test/sys/tap_psMemory.c	(revision 10898)
+++ trunk/psLib/test/sys/tap_psMemory.c	(revision 10903)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-18 19:18:46 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-04 22:34:06 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -61,6 +61,10 @@
     TPcheckLeaks();
 
+    // psMemProblemCallbackSet() has been removed -JH
+    #if 0
+
     void TPmemCorruption( void );
     TPmemCorruption();
+    #endif
 
     void TPmultipleFree( void );
@@ -225,5 +229,5 @@
     }
 
-    psMemCheckCorruption( 1 );
+    psMemCheckCorruption(stderr, false);
 
     // realloc to 2x
@@ -242,5 +246,5 @@
     ok(error==0, "Realloc preserve the contents with expanding buffer");
 
-    psMemCheckCorruption( 1 );
+    psMemCheckCorruption(stderr, false);
 
     // realloc to 1/2 initial value.
@@ -403,4 +407,5 @@
 
 
+#if 0
 void TPmemCorruption( void )
 {
@@ -443,4 +448,5 @@
     skip_end();
 }
+#endif
 
 
