Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 1869)
+++ trunk/psLib/src/sys/psError.h	(revision 2204)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-23 22:18:13 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 00:57:31 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -51,5 +51,5 @@
  */
 psErr* psErrorGet(
-    int which                          ///< position in the error stack. 0 is last error on stack.
+    psS32 which                          ///< position in the error stack. 0 is last error on stack.
 );
 
@@ -121,5 +121,5 @@
     const char *name,                  ///< Name of error in the form aaa.bbb.ccc
     psErrorCode code,                  ///< Error class code
-    bool new,                          ///< true if error originates at this location
+    psBool new,                          ///< true if error originates at this location
     const char* fmt,                   ///< printf style formatting statement defining error message
     ...
