Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 14982)
+++ trunk/psLib/src/sys/psMemory.h	(revision 15047)
@@ -15,6 +15,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-09-22 03:01:08 $
+ *  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-09-28 00:36:08 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -636,7 +636,6 @@
 );
 
-
 // Ensure this is a psLib pointer
-#define PS_ASSERT_PTR(PTR, RVAL) \
+#define PS_ASSERT_PTR_HEAVY(PTR, RVAL) \
 { \
     if (PTR && (!psMemIsAlloced(PTR))) { \
