Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 8705)
+++ trunk/psLib/src/sys/psMemory.h	(revision 9538)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-30 04:40:56 $
+ *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 21:13:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -29,4 +29,6 @@
  *  @{
  */
+
+#define P_PS_MEMMAGIC (psPtr)0xdeadbeef   // Magic number in psMemBlock header
 
 /**
@@ -172,12 +174,4 @@
 );
 
-/** Tells whether or not a pointer has been allocated as a psDataType.
- *
- * @return bool:        True if ptr is a psDataType, otherwise false.
- */
-bool is_psType(
-    psPtr ptr                          ///< The pointer whose type to check
-);
-
 /** Checks the deallocator to see if the pointer matches the desired datatype.
  *
