Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 476)
+++ trunk/psLib/src/sys/psMemory.h	(revision 541)
@@ -12,6 +12,6 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-20 03:11:51 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-28 02:51:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -60,5 +60,5 @@
 
 /// Memory allocation. Underlying private function called by macro psAlloc.
-void *p_psAlloc(size_t size,  ///< Size required
+void* p_psAlloc(size_t size,  ///< Size required
                 const char *file, ///< File of call
                 int lineno)  ///< Line number of call
@@ -66,5 +66,5 @@
 
 /// Memory re-allocation.  Underlying private function called by macro psRealloc.
-void *p_psRealloc(void *ptr,  ///< Pointer to re-allocate
+void* p_psRealloc(void *ptr,  ///< Pointer to re-allocate
                   size_t size,  ///< Size required
                   const char *file, ///< File of call
