Index: trunk/psLib/src/sys/psErrorCodes.c
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.c	(revision 4392)
+++ trunk/psLib/src/sys/psErrorCodes.c	(revision 4540)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-25 02:02:05 $
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-12 19:12:01 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,21 +20,9 @@
 #include "psMemory.h"
 
-#include "psSysUtilsErrors.h"
-
-/* N.B., lines between '//~Start' and '//~End' are automatic generated from
- * the template following the '//~Start'.  The template is used to generate
- * the other lines by, for each error class in psErrorCodes.dat, the following
- * substitutions are made:
- *     $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.
- */
+#include "psErrorText.h"
 
 static psErrorDescription staticErrorCodes[] = {
             {PS_ERR_NONE,"not an error"},
             {PS_ERR_BASE,"base error"},
-            //~Start    {PS_ERR_$1,"$2"},
             {PS_ERR_UNKNOWN,"unknown error"},
             {PS_ERR_IO,"I/O error"},
@@ -48,5 +36,4 @@
             {PS_ERR_UNEXPECTED_NULL,"unexpected NULL found"},
             {PS_ERR_OS_CALL_FAILED,"unexpected result from an OS standard library call"},
-            //~End
             {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
         };
