Index: trunk/psLib/src/sysUtils/psErrorCodes.c
===================================================================
--- trunk/psLib/src/sysUtils/psErrorCodes.c	(revision 1683)
+++ trunk/psLib/src/sysUtils/psErrorCodes.c	(revision 1696)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-02 22:23:20 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-07 19:05:07 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,7 +21,7 @@
  * the other lines by, for each error class in psErrorCodes.dat, the following
  * substitutions are made:
- *     $ErrorCode        The error code name (first word in the psErrorCodes.dat lines)
- *     $ErrorDescription The error description (rest of the line in psErrorCodes.dat)
- *     $ErrorNumber      The order of the source line in psErrorCodes.dat (comments excluded)
+ *     $1  The error code name (first word in the psErrorCodes.dat lines)
+ *     $2  The error description (rest of the line in psErrorCodes.dat)
+ *     $n  The order of the source line in psErrorCodes.dat (comments excluded)
  * 
  * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
@@ -31,8 +31,12 @@
             {PS_ERR_NONE,"not an error"},
             {PS_ERR_BASE,"base error"},
-            //~Start    {PS_ERR_$ErrorCode,"$ErrorDescription"},
+            //~Start    {PS_ERR_$1,"$2"},
             {PS_ERR_UNKNOWN,"unknown error"},
             {PS_ERR_IO,"I/O error"},
             {PS_ERR_MEMORY_CORRUPTION,"memory corruption detected"},
+            {PS_ERR_MEMORY_DEREF_USAGE,"dereferenced memory still used"},
+            {PS_ERR_LOCATION_INVALID,"specified location is unknown"},
+            {PS_ERR_BAD_VALUE,"value is out-of-range"},
+            {PS_ERR_BAD_LENGTH,"string value is too lon"},
             //~End
             {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
