Index: trunk/psLib/src/pslib_strict.h
===================================================================
--- trunk/psLib/src/pslib_strict.h	(revision 4128)
+++ trunk/psLib/src/pslib_strict.h	(revision 4162)
@@ -9,6 +9,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-07 02:29:44 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-08 23:40:45 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,8 +21,8 @@
 #ifndef PS_ALLOW_MALLOC
 #define PS_ALLOW_MALLOC
-#endif
+#endif // #ifndef PS_ALLOW_MALLOC
 #else
 #undef PS_ALLOW_MALLOC /* don't allow code to not poison malloc, i.e., strict poisioning */
-#endif
+#endif // #else
 
 // // System Utilities
@@ -183,3 +183,3 @@
 /// @}
 
-#endif
+#endif // #ifndef PS_LIB_STRICT_H
