Index: trunk/psLib/src/sysUtils/psMemory.c
===================================================================
--- trunk/psLib/src/sysUtils/psMemory.c	(revision 3784)
+++ trunk/psLib/src/sysUtils/psMemory.c	(revision 4162)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-04-29 00:39:22 $
+*  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-08 23:40:45 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
 #ifdef PS_MEM_DEBUG
 static psMemBlock* deadBlockList;       // a place to put dead memBlocks in debug mode.
-#endif
+#endif // #ifdef PS_MEM_DEBUG
 
 /**
@@ -626,9 +626,9 @@
             }
             deadBlockList = ptr;
-            #else
+            #else // #ifdef PS_MEM_DEBUG
 
             pthread_mutex_destroy(&ptr->refCounterMutex);
             free(ptr);
-            #endif
+            #endif // #else - #ifdef PS_MEM_DEBUG
 
         }
